diff options
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index f0f9e777..7cd3cb7c 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -443,6 +443,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve magit-diff-refine-hunk 'all magit-display-buffer-function #'display-buffer magit-completing-read-function #'ivy-completing-read) + (remove-hook 'magit-status-sections-hook 'magit-insert-tags-header) (remove-hook 'magit-section-highlight-hook 'magit-section-highlight) (remove-hook 'magit-section-highlight-hook 'magit-section-highlight-selection) (remove-hook 'magit-section-highlight-hook 'magit-diff-highlight))) |