Fix avy (in some places)

This commit is contained in:
2024-04-29 12:26:00 -07:00
parent 0476483426
commit 1a275b3fd6
3 changed files with 10 additions and 5 deletions

View File

@@ -7,4 +7,9 @@
:bind (("C-x g" . magit-status)
:map magit-mode-map
(":" . execute-extended-command)
("x" . magit-discard)))
("x" . magit-discard)
:map magit-diff-section-map
("C-j" . nil)
:map magit-file-section-map
;; Unbind to stop overriding avy
("C-j" . nil)))