aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-28 21:23:44 -0800
committerGravatar Tom Willemse2019-02-28 21:23:44 -0800
commitf18002d662e264f952f6fb29f41214968a38beed (patch)
treea68a5a7e3155b8861dcc5a19e6c9a74b11c7ca9e /emacs/.emacs.d/init.el
parent481ceb9295aa6a7deea68bcc0be3ef35eaaa2354 (diff)
downloadnew-dotfiles-f18002d662e264f952f6fb29f41214968a38beed.tar.gz
new-dotfiles-f18002d662e264f952f6fb29f41214968a38beed.zip
Remove reference to init/ everything has been moved to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index b7d0da1..34d5853 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -31,7 +31,6 @@
(let ((load-directory
(file-name-directory
(or load-file-name byte-compile-current-file))))
- (add-to-list 'load-path (format "%sinit/" load-directory))
(add-to-list 'load-path (format "%ssite-lisp/" load-directory))
(add-to-list 'load-path (format "%sos-lisp/" load-directory))