From 65d7211e10ec412013ba160c7d29bfefea934511 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 2 May 2020 13:21:59 -0500 Subject: emacs: still more agenda work --- emacs/.emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init.el') 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 -- cgit v1.2.3