Adding consult-outline and making keymaps more consistent
This commit is contained in:
parent
6396df4736
commit
5e4443bf30
3 changed files with 24 additions and 4 deletions
4
init.el
4
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue