Minor tweaks to map! calls for correctness
+ :map arguments shouldn't be quoted + :localleader keys default to all states in the absence of state modifiers. This is preferred, rather than restricting their use to normal state. + :map* is deprecated (there is no difference between it and :map)
This commit is contained in:
parent
a29163740d
commit
954b0f9c5d
2 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@
|
|||
;;
|
||||
;; Global keybindings
|
||||
|
||||
(map! (:map 'override
|
||||
(map! (:map override
|
||||
;; Make M-x more accessible
|
||||
"s-x" 'execute-extended-command
|
||||
"M-x" 'execute-extended-command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue