diff options
Diffstat (limited to '.emacs.d')
-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 |