Fix #19: don't hijack Tab in magit buffers or in org-mode
This commit is contained in:
parent
43be671008
commit
55c7555c00
2 changed files with 8 additions and 4 deletions
|
@ -52,8 +52,9 @@
|
|||
(use-package magit
|
||||
:commands (magit-status)
|
||||
:config
|
||||
;; Prevent magit and evil-snipe conflicts
|
||||
;; Prevent magit + evil-snipe conflicts
|
||||
(add-hook 'magit-mode-hook 'turn-off-evil-snipe-override-mode)
|
||||
(map! :map magit-mode-map :m "<tab>" 'magit-section-toggle)
|
||||
(require 'evil-magit))
|
||||
|
||||
(after! vc-annotate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue