Emacs: don't show recent tags in magit Nothing I work on uses tags and it may cause performance issues
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -443,6 +443,7 @@ (setq magit-auto-revert-mode nil magit-section-visibility-indicator nil 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)))