From b98c2eb15be078c670b80d762b79c3223c2de428 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Dec 2020 20:40:02 +0100 Subject: Emacs: don't show recent tags in magit Nothing I work on uses tags and it may cause performance issues --- user/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'user/emacs/init.el') 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))) -- cgit 1.4.1