summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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