Fix #19: don't hijack Tab in magit buffers or in org-mode

This commit is contained in:
Henrik Lissner 2017-01-02 05:42:16 -05:00
parent 43be671008
commit 55c7555c00
2 changed files with 8 additions and 4 deletions

View file

@ -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