how does this even work
This commit is contained in:
parent
d88f2ae4c9
commit
dc777b2904
1 changed files with 5 additions and 1 deletions
|
@ -744,7 +744,11 @@ Cause emacs overlay lol
|
|||
*** Org-super-agenda
|
||||
#+begin_src emacs-lisp
|
||||
(use-package org-super-agenda
|
||||
:hook ((org-agenda-mode . org-super-agenda-mode)))
|
||||
:hook ((org-agenda-mode . org-super-agenda-mode))
|
||||
:config
|
||||
(let ((org-super-agenda-groups
|
||||
'((:auto-group t))))
|
||||
(org-agenda-list)))
|
||||
#+end_src
|
||||
** Org-Roam
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue