summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-04 01:06:06 +0100
committerGravatar Tom Willemsen2013-01-04 01:06:06 +0100
commit06ff316f7f3b098504a6342651a79017cfb80ae7 (patch)
tree56dd11b1d4004ccb01e03752f63606054826f889 /.emacs.d/init.org
parent12fbc83cc7637548bcefaed1d0b7aea81064c67f (diff)
downloaddotfiles-06ff316f7f3b098504a6342651a79017cfb80ae7.tar.gz
dotfiles-06ff316f7f3b098504a6342651a79017cfb80ae7.zip
Emacs: Don't add non-existant dir to load path
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 2041f5a..6cd2032 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -34,13 +34,6 @@
self-built ~site-lisp~ directory in my load path *and* the "official"
one.
- #+NAME: load-site-lisps
- #+BEGIN_SRC emacs-lisp
- (mapc #'oni:add-all-to-load-path
- '("/usr/share/emacs/site-lisp"
- "/usr/local/emacs/share/emacs/site-lisp"))
- #+END_SRC
-
The =oni:add-all-to-load-path= function just binds =default-directory=
to the given directory and calls
=normal-top-level-add-subdirs-to-load-path= to add it and all its