diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index a82d813e..f8d23e1d 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -781,11 +781,13 @@ same directory as the org-buffer and insert a link to this file." (map! :map evil-org-agenda-mode-map :after org-agenda - :nvmeg "" #'org-agenda-switch-with-roam) + :nvmeg "" #'org-agenda-switch-with-roam + :nvmeg "" #'org-agenda-switch-with-roam) (map! :map org-agenda-mode-map :after org-agenda - :nvmeg "" #'org-agenda-switch-with-roam) + :nvmeg "" #'org-agenda-switch-with-roam + :nvmeg "" #'org-agenda-switch-with-roam) (require 'org-super-agenda) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 140854bc..1caa723c 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -1131,11 +1131,13 @@ I want this to be able to automatically open ORUI in EAF Browser in a split to t (map! :map evil-org-agenda-mode-map :after org-agenda - :nvmeg "" #'org-agenda-switch-with-roam) + :nvmeg "" #'org-agenda-switch-with-roam + :nvmeg "" #'org-agenda-switch-with-roam) (map! :map org-agenda-mode-map :after org-agenda - :nvmeg "" #'org-agenda-switch-with-roam) + :nvmeg "" #'org-agenda-switch-with-roam + :nvmeg "" #'org-agenda-switch-with-roam) #+END_SRC *** Org Super Agenda Configuration