mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Fix #19: don't hijack Tab in magit buffers or in org-mode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user