From 06ff316f7f3b098504a6342651a79017cfb80ae7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 4 Jan 2013 01:06:06 +0100 Subject: Emacs: Don't add non-existant dir to load path --- .emacs.d/init.org | 7 ------- 1 file changed, 7 deletions(-) (limited to '.emacs.d/init.org') 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 -- cgit v1.2.3-54-g00ecf