about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 85ccf55..83262b7 100644 --- a/init.el +++ b/init.el
@@ -61,6 +61,10 @@
61 no-littering-var-directory (acdw/dir)) 61 no-littering-var-directory (acdw/dir))
62 (require 'no-littering)) 62 (require 'no-littering))
63 63
64;;; My packages
65(let ((default-directory (expand-file-name "pkg/" user-emacs-directory)))
66 (normal-top-level-add-subdirs-to-load-path))
67
64 68
65;;; Good defaults 69;;; Good defaults
66 70