summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-28 01:23:36 +0100
committerGravatar Tom Willemsen2013-03-28 01:23:36 +0100
commit8a5ee046a7eeecaf979cd0b2bde08854e2f0ed65 (patch)
treedd8c359eb99bd7d833dcc36d525395fa9f58d471
parenteface3a29f54cb4d0802264333188e444a1f65f7 (diff)
downloaddotfiles-8a5ee046a7eeecaf979cd0b2bde08854e2f0ed65.tar.gz
dotfiles-8a5ee046a7eeecaf979cd0b2bde08854e2f0ed65.zip
Emacs: Remove old org-mode location
I don't build org-mode from git sources anymore.
-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)