mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user