moving emacs scripts to the lisp
sub directory
This commit is contained in:
parent
b325d55834
commit
a2bf2de258
3 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
(add-to-list 'load-path "/usr/share/emacs/site-lisp")
|
||||
(add-to-list 'load-path "~/.emacs.d")
|
||||
(add-to-list 'load-path "~/.emacs.d/lisp")
|
||||
|
||||
(load "modes.el")
|
||||
(load "std_comment.el")
|
||||
|
|
Loading…
Reference in a new issue