Rename unmap! to undefine-key!
unmap! gives the false impression that it is related or similar to map!, but it isn't.
This commit is contained in:
parent
28ec59cd20
commit
916ef0fbbe
3 changed files with 4 additions and 3 deletions
|
@ -162,7 +162,7 @@ ensure it is built when we actually use Forge."
|
|||
(setq evil-magit-state 'normal
|
||||
evil-magit-use-z-for-folds t)
|
||||
:config
|
||||
(unmap! magit-mode-map
|
||||
(undefine-key! magit-mode-map
|
||||
;; Replaced by z1, z2, z3, etc
|
||||
"M-1" "M-2" "M-3" "M-4"
|
||||
"1" "2" "3" "4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue