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:
Henrik Lissner 2018-12-22 17:01:00 -05:00
parent a29163740d
commit 954b0f9c5d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 9 additions and 9 deletions

View file

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