summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.el b/init.el
index 3854c2e..2f2cff6 100644
--- a/init.el
+++ b/init.el
@@ -1,12 +1,6 @@
;; add ~/.emacs.d/lisp to load path
(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))
-;; add ~/.emacs.d/site-lisp to load path, if it exists
-;; used for backported code
-(let ((site-lisp (expand-file-name "site-lisp" user-emacs-directory)))
- (when (file-directory-p site-lisp)
- (add-to-list 'load-path site-lisp)))
-
;; load files
(require 'init-package)
(require 'init-appearance)