moving emacs scripts to the lisp sub directory

This commit is contained in:
Rodolphe Breard 2014-10-22 15:31:29 +02:00
parent b325d55834
commit a2bf2de258
3 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
(add-to-list 'load-path "/usr/share/emacs/site-lisp") (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 "modes.el")
(load "std_comment.el") (load "std_comment.el")