summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2024-11-15 02:48:31 +0800
committernoa2024-11-15 02:48:31 +0800
commit499724bacbf0b5cb3ed04f289e977e7e131c2f3b (patch)
tree387aa1e276c1cf626232da2740b31a1113492b6c /emacs/init.el
parent5bc860b7de68c7e9acbf3e6c40bc1a6a147b5177 (diff)
Keep personal emacs packages in projects directory
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 05d54c8..90ceb01 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -8,6 +8,9 @@
 ;; (profiler-start 'cpu+mem)
 
 (add-to-list 'load-path (expand-file-name (concat user-emacs-directory "site-lisp")))
+(add-to-list 'load-path (expand-file-name "~/Documents/Projects/2024-10-08 Ctrlj"))
+(add-to-list 'load-path (expand-file-name "~/Documents/Projects/2024-09-17 Tubthumping theme"))
+
 (add-to-list 'exec-path "/home/noa/.config/Scripts")
 
 (use-package use-package