Add :nodefer option to map! macro (also addresses #19)
This commit is contained in:
parent
55c7555c00
commit
e20e98cca3
3 changed files with 64 additions and 13 deletions
|
@ -233,7 +233,8 @@
|
|||
"Q" 'doom/org-agenda-quit)))
|
||||
|
||||
(defun doom|org-keybinds ()
|
||||
(map! (:map org-mode-map
|
||||
(map! :nodefer
|
||||
(:map org-mode-map
|
||||
"RET" nil
|
||||
"C-j" nil
|
||||
"C-k" nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue