summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/early-init.el b/early-init.el index c75d963..8004342 100644 --- a/early-init.el +++ b/early-init.el
@@ -59,7 +59,7 @@ restore that."
59 59
60;;; Set up extra load paths and functionality 60;;; Set up extra load paths and functionality
61 61
62(push (locate-user-emacs-file "lisp") load-path) 62(push (expand-file-name (locate-user-emacs-file "lisp")) load-path)
63(require 'acdw) 63(require 'acdw)
64 64
65(+define-dir .etc (locate-user-emacs-file "etc") 65(+define-dir .etc (locate-user-emacs-file "etc")