diff options
author | noa | 2024-11-15 03:24:22 +0800 |
---|---|---|
committer | noa | 2024-11-15 03:24:22 +0800 |
commit | da56c214fed09d2ed0a62ce8e03f6a182f5c31b2 (patch) | |
tree | 50c74baf406a6d4be79e72d847ae3842d6a5f7f7 /emacs | |
parent | 697e3be41beb3eb7e55f7de2085248f11bd9a762 (diff) |
Remove commented load-path additions
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index 729f9b1..debffea 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -8,8 +8,6 @@ ;; (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") |