mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
magit: fix mismatched paren in parent
"Fix blacklisted evil-collection-magit keybinds" had one too many closing parens.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user