aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-04-20 11:21:59 -0400
committerDaniel <[email protected]>2024-04-20 11:21:59 -0400
commitbc1c9a572c49047e48036d0d248d66d807e9fb32 (patch)
tree8a087bcda3f68ff66d097696ae76560065c04885 /init.el
parentf5d9991e0256a9d681c844b6a016a069a70a2a90 (diff)
load old-ada mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 5b34e73..79f95e6 100644
--- a/init.el
+++ b/init.el
@@ -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)