Emacs: Remove old org-mode location
I don't build org-mode from git sources anymore.
This commit is contained in:
parent
eface3a29f
commit
8a5ee046a7
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ exists, load ~loaddefs.el~ in each directory for autoloads.
|
||||||
(when (file-exists-p loaddefs)
|
(when (file-exists-p loaddefs)
|
||||||
(load loaddefs))))
|
(load loaddefs))))
|
||||||
'("~/projects/emacs/mode-icons" "~/.emacs.d/site-lisp"
|
'("~/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
|
#+END_SRC
|
||||||
|
|
||||||
Replace the question of ~yes~ or ~no~ with just ~y~ or ~n~, I have never (yet)
|
Replace the question of ~yes~ or ~no~ with just ~y~ or ~n~, I have never (yet)
|
||||||
|
|
Loading…
Reference in a new issue