diff options
| author | Daniel <[email protected]> | 2024-04-20 11:21:59 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-04-20 11:21:59 -0400 |
| commit | bc1c9a572c49047e48036d0d248d66d807e9fb32 (patch) | |
| tree | 8a087bcda3f68ff66d097696ae76560065c04885 | |
| parent | f5d9991e0256a9d681c844b6a016a069a70a2a90 (diff) | |
load old-ada mode
| -rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,7 @@ (put command 'disabled t)) '(eshell project-eshell overwrite-mode iconify-frame diary)) +;;; Packages (add-to-list 'load-path "~/.emacs.d/elisp/") (require 'package) @@ -120,4 +121,6 @@ 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)) + (provide 'init) |
