From 76eeb20885a65acba2002964b63271bbf4b6066b Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 26 Apr 2020 14:29:51 -0500 Subject: emacs: switch back to org-agenda? --- emacs/.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index cfbc5a2..08b4bce 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -52,8 +52,9 @@ :init (add-to-list 'auto-mode-alist `(,(expand-file-name "~/org/") . org-mode)) :bind - (("C-c a" . bab/org-agenda)) + (("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")) -- cgit v1.2.3