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

@ -11,7 +11,8 @@
'(call-interactively 'counsel-find-file)
)))))
(map! "<f9>" 'what-face
(map! :nodefer
[f9] 'what-face
;; Essential
(:when (featurep 'helm)
"M-x" 'helm-M-x