Adding consult-outline and making keymaps more consistent

This commit is contained in:
Chris Cochrun 2021-02-25 07:25:48 -06:00
parent 6396df4736
commit 5e4443bf30
3 changed files with 24 additions and 4 deletions

View file

@ -444,7 +444,7 @@ vertically."
(chris/leader-keys
"o a" 'org-agenda
"c" 'org-capture
"so" 'consult-imenu)
"so" 'consult-outline)
('normal org-agenda-mode-map
"q" 'org-agenda-quit
"r" 'org-agenda-redo)
@ -829,7 +829,7 @@ If on a:
)))
:general
(chris/leader-keys
"ac" 'chris/calfw-calendar-open)
"oc" 'chris/calfw-calendar-open)
(general-def cfw:calendar-mode-map
"q" 'kill-this-buffer
"RET" 'cfw:show-details-command)