diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2020-04-26 14:29:51 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2021-02-06 10:39:37 -0600 |
commit | 76eeb20885a65acba2002964b63271bbf4b6066b (patch) | |
tree | f82759888b59a3d5595e687f6553f954be529349 /emacs/.emacs.d/init.el | |
parent | a26f1d344e198f1d0e0fb5cb5f284b20f4c3604a (diff) |
emacs: switch back to org-agenda?
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r-- | emacs/.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
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")) |