Add :nodefer option to map! macro (also addresses #19)

This commit is contained in:
Henrik Lissner 2017-01-02 15:23:26 -05:00
parent 55c7555c00
commit e20e98cca3
3 changed files with 64 additions and 13 deletions

View file

@ -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