Skip to content

Commit

Permalink
Free up leader key in magit-diff-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tviti committed Mar 13, 2021
1 parent d85aaa2 commit 5029012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/evil-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
(with-eval-after-load 'magit-stash
(define-key magit-stash-mode-map tviti/evil-leader nil))

(with-eval-after-load 'magit-diff
(define-key magit-diff-mode-map tviti/evil-leader nil))

(with-eval-after-load 'magit-diff
(define-key magit-revision-mode-map tviti/evil-leader nil))

Expand Down

0 comments on commit 5029012

Please sign in to comment.