diff options
author | Thanos Apollo <[email protected]> | 2023-01-11 06:53:09 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-11 06:53:09 +0200 |
commit | 6b407b5a77ba8ed1075c172372d56a1c6dd27042 (patch) | |
tree | fa94d7e8c5b62ba9c7c4ccf13f99f9ef1c6fa4fc /.emacs.d/init.el | |
parent | 4c1996bbb9befd366bf4e8fae9138a052bf443f2 (diff) |
init: load org-config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b4b369d..a445dac 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -98,6 +98,7 @@ to be installed.") (load "all-the-icons-dired.el") (load "secret") (load "exwm-holyK-firefox") +(load "org-config") (load-file custom-file) ;; Load custom.el ;; if you are using guix, emacs-exwm will look for ~/.exwm.el |