summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-05 00:47:40 +0100
committerGravatar Tom Willemsen2012-12-05 00:47:40 +0100
commita95c1528abd35b1b07f34e395a721b6f5744c4ae (patch)
tree49511b962e1f42b762b7b7ca494d373b8e6d463d /.emacs.d/init.el
parent6278e2e634b05027d31220afd328a9f7fe77c6f1 (diff)
downloaddotfiles-a95c1528abd35b1b07f34e395a721b6f5744c4ae.tar.gz
dotfiles-a95c1528abd35b1b07f34e395a721b6f5744c4ae.zip
There is no /usr/local/emacs here
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d6ba9ac..4beac7b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -13,8 +13,7 @@
(add-to-list 'load-path directory)
(let ((default-directory directory))
(normal-top-level-add-subdirs-to-load-path)))
- '("/usr/share/emacs/site-lisp" "~/.emacs.d/site-lisp"
- "/usr/local/emacs/share/emacs/site-lisp"))
+ '("/usr/share/emacs/site-lisp" "~/.emacs.d/site-lisp"))
(mapc #'(lambda (directory)
(add-to-list 'load-path directory)
(let ((loaddefs (concat directory "/loaddefs.el")))