diff options
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r-- | emacs/.emacs.d/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 08b4bce..2105459 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -55,8 +55,7 @@ (("C-c a" . org-agenda)) :config (org-super-agenda-mode 1) - (load-file "~/.emacs.d/org-mode.el") - (load-if-exists "~/.emacs.d/org-mode.local.el")) + (load-file "~/.emacs.d/org-mode.el")) ;; --- PROJECTS --- (use-package projectile |