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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue