diff options
| author | BardofSprites <[email protected]> | 2024-09-20 06:08:54 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-20 06:08:54 -0400 |
| commit | 6da25fb15d78dc9d78ae5c8cdb3f0b84b961b472 (patch) | |
| tree | ab046452f809f8b463f6ea28467bc6be21f56445 | |
| parent | 04362e58f4c9681dd402a00ecce89eda04988fc2 (diff) | |
only load old-ada when needed
| -rw-r--r-- | init.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,8 +31,8 @@ (global-set-key (kbd "M-z") nil) ;; Add the directories to the load path -(add-to-list 'load-path "~/.emacs.d/elisp/") -(add-to-list 'load-path "~/.emacs.d/old-ada/") +;; (add-to-list 'load-path "~/.emacs.d/elisp/") +;; (add-to-list 'load-path "~/.emacs.d/old-ada/") (add-to-list 'load-path (expand-file-name "bard-elisp" user-emacs-directory)) (add-to-list 'load-path (expand-file-name "bard-emacs-modules" user-emacs-directory)) @@ -121,8 +121,8 @@ making an abbreviation to a function." ;; Load all .el files in the bard-emacs-modules directory (load-directory (expand-file-name "bard-emacs-modules" user-emacs-directory)) -(load-directory (expand-file-name "old-ada" user-emacs-directory)) +;; (load-directory (expand-file-name "old-ada" user-emacs-directory)) -(load-file (expand-file-name "private.el" user-emacs-directory)) +;; (load-file (expand-file-name "private.el" user-emacs-directory)) (provide 'init) |
