ensure super agenda is active

This commit is contained in:
ndwarshuis 2019-04-11 14:04:05 -04:00
parent 7c99914c31
commit 50322136d7
1 changed files with 1 additions and 1 deletions

View File

@ -2175,7 +2175,7 @@ earlier ones."
#+BEGIN_SRC emacs-lisp
(use-package org-super-agenda
:straight t
:config (let ((inhibit-message t)) (org-super-agenda-mode)))
:config (let ((inhibit-message t)) (org-super-agenda-mode 1)))
(use-package origami
:straight t