diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
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 |