hotfix: remove load to init
in init.el
This commit is contained in:
parent
c3e3928159
commit
f501d7b6fd
1
init.el
1
init.el
|
@ -54,7 +54,6 @@
|
||||||
;; Load user configuration
|
;; Load user configuration
|
||||||
(add-to-list 'load-path (concat user-emacs-directory
|
(add-to-list 'load-path (concat user-emacs-directory
|
||||||
(convert-standard-filename "../diancite/")))
|
(convert-standard-filename "../diancite/")))
|
||||||
(load "init")
|
|
||||||
|
|
||||||
;; Load the code of some external files
|
;; Load the code of some external files
|
||||||
(load "interface")
|
(load "interface")
|
||||||
|
|
Reference in a new issue