summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-29 23:24:47 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-30 16:06:10 -0500
commitb4720239d37646834210a1b0c6f46c83a60f4b51 (patch)
tree228e63aad298b303561d821699d2c480866f304c /init.el
parente2dda7f1b3362205b1946057eb97d57baf5e0151 (diff)
downloademacs.d-b4720239d37646834210a1b0c6f46c83a60f4b51.tar.gz
Use slashes after all directory names
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index c11cbaf..9882056 100644
--- a/init.el
+++ b/init.el
@@ -1,4 +1,4 @@
-(defvar init-lisp-dir (expand-file-name "lisp" user-emacs-directory))
+(defvar init-lisp-dir (expand-file-name "lisp/" user-emacs-directory))
(add-to-list 'load-path init-lisp-dir)
(require 'init-elpa)