doom: unset org-agenda-cycle keybinds

I use these for consult-imenu, and never use the default.
This commit is contained in:
Payas Relekar 2023-11-11 16:01:59 +05:30
parent 6743a23644
commit ddc0505537

View file

@ -386,6 +386,8 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
:map org-mode-map
:after (consult org)
:desc "imenu" :g "C-'" #'consult-imenu)
(keymap-unset org-mode-map "C-'")
(keymap-unset org-mode-map "C-,")
(setq! org-directory global-org-directory
org-archive-location (concat org-directory "archive/%s_archive::")
org-archive-subtree-add-inherited-tags t