magit: fix mismatched paren in parent
"Fix blacklisted evil-collection-magit keybinds" had one too many closing parens.
This commit is contained in:
parent
2828281af7
commit
87d8457927
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ ensure it is built when we actually use Forge."
|
|||
(:map magit-status-mode-map
|
||||
:nv "gz" #'magit-refresh)
|
||||
(:map magit-diff-mode-map
|
||||
:nv "gd" #'magit-jump-to-diffstat-or-diff)))
|
||||
:nv "gd" #'magit-jump-to-diffstat-or-diff))
|
||||
|
||||
;; A more intuitive behavior for TAB in magit buffers:
|
||||
(define-key! 'normal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue