summaryrefslogtreecommitdiffstats
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 0add126..2d76347 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -43,8 +43,7 @@ exists, load ~loaddefs.el~ in each directory for autoloads.
(when (file-exists-p loaddefs)
(load loaddefs))))
'("~/projects/emacs/mode-icons" "~/.emacs.d/site-lisp"
- "~/projects/emacs/pony-mode/src" "~/projects/emacs/php-mode"
- "/usr/local/org-mode/share/emacs/site-lisp/org"))
+ "~/projects/emacs/pony-mode/src" "~/projects/emacs/php-mode"))
#+END_SRC
Replace the question of ~yes~ or ~no~ with just ~y~ or ~n~, I have never (yet)