summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--init.el4
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 86a0ae2..474457c 100644 --- a/.gitignore +++ b/.gitignore
@@ -8,4 +8,5 @@ racket-mode/
8server/ 8server/
9straight/ 9straight/
10transient/ 10transient/
11var/ \ No newline at end of file 11var/
12pkg/ \ No newline at end of file
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