emacs: add custom org to load path
This commit is contained in:
parent
e8a16eb535
commit
9262554c26
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
|||
(when (file-exists-p loaddefs)
|
||||
(load loaddefs))))
|
||||
'("~/projects/emacs/mode-icons" "~/.emacs.d/site-lisp"
|
||||
"~/projects/emacs/pony-mode/src" "~/projects/emacs/php-mode"))
|
||||
"~/projects/emacs/pony-mode/src" "~/projects/emacs/php-mode"
|
||||
"/usr/local/org-mode/share/emacs/site-lisp/org"))
|
||||
#+END_SRC
|
||||
|
||||
* y-or-n-p
|
||||
|
|
Loading…
Reference in a new issue