re-arranged to avoid load warnings about .emacs.d
This commit is contained in:
parent
bb57180223
commit
fdea3b5f4d
3
init.el
3
init.el
|
@ -1,5 +1,6 @@
|
||||||
;; Generic Emacs stuff
|
;; Generic Emacs stuff
|
||||||
(add-to-list 'load-path "~/.emacs.d")
|
(add-to-list 'load-path "~/.emacs.d/modes/")
|
||||||
|
(add-to-list 'load-path "~/.emacs.d/misc/")
|
||||||
(show-paren-mode 1)
|
(show-paren-mode 1)
|
||||||
|
|
||||||
;; multi-term
|
;; multi-term
|
||||||
|
|
Loading…
Reference in New Issue