aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-31 15:05:29 -0400
committerbard <[email protected]>2024-05-31 15:29:19 -0400
commit85a3a234249e5d6bf8f543eacee8cb544598359f (patch)
tree92215d6e0211cf18296d357863ff75537a18c018 /init.el
parent0728ae1d932bbd1b3055b4e126f61222dbb8260d (diff)
load private.el file
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9b92661..49ae746 100644
--- a/init.el
+++ b/init.el
@@ -122,4 +122,6 @@ making an abbreviation to a function."
(load-directory (expand-file-name "old-ada" user-emacs-directory))
+(load-file (expand-file-name "private.el" user-emacs-directory))
+
(provide 'init)