Fix magit gitignore bindings
This commit is contained in:
parent
ccd64db759
commit
e36aee62d7
@ -432,8 +432,8 @@
|
||||
|
||||
(use-package magit :ensure
|
||||
:bind (("C-x g" . magit-status)
|
||||
(:map magit-status-mode-map (("i" . magit-gitignore-globally)
|
||||
("I" . magit-gitignore-locally)))))
|
||||
(:map magit-status-mode-map (("i" . magit-gitignore-in-topdir)
|
||||
("I" . magit-gitignore-in-gitdir)))))
|
||||
|
||||
(use-package popwin :ensure
|
||||
:disabled
|
||||
|
Loading…
Reference in New Issue
Block a user