aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index dba903b..b317357 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -27,12 +27,6 @@
;;;; Load path and autoloads
-(eval-and-compile
- (let ((load-directory
- (file-name-directory
- (or load-file-name byte-compile-current-file))))
- (add-to-list 'load-path (format "%sos-lisp/" load-directory))))
-
(require 'package)
(eval-and-compile (package-initialize))