aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-06 00:54:27 -0800
committerGravatar Tom Willemse2019-03-06 00:54:27 -0800
commitaff1c03d6153e017272811367b288c1237408957 (patch)
tree2efa456f0b4dd2d678e14441be98bfe03b4ca9cd /emacs/.emacs.d/init.el
parent08c574f9c5e7271fd35d698877428874177ad336 (diff)
downloadnew-dotfiles-aff1c03d6153e017272811367b288c1237408957.tar.gz
new-dotfiles-aff1c03d6153e017272811367b288c1237408957.zip
Remove OS-specific lisp files
This is now handled in the package-specific configuration files in emacs-config.
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))