diff options
author | Alan Pearce | 2020-12-08 20:40:02 +0100 |
---|---|---|
committer | Alan Pearce | 2020-12-08 20:40:02 +0100 |
commit | b98c2eb15be078c670b80d762b79c3223c2de428 (patch) | |
tree | a6d2c1b128b176e91b657dd0c9b15dfd8dd1cafc /user/emacs | |
parent | 21da59d201abe84e61e2ba481a7fc40a24b0587f (diff) | |
download | nixfiles-b98c2eb15be078c670b80d762b79c3223c2de428.tar.lz nixfiles-b98c2eb15be078c670b80d762b79c3223c2de428.tar.zst nixfiles-b98c2eb15be078c670b80d762b79c3223c2de428.zip |
Emacs: don't show recent tags in magit
Nothing I work on uses tags and it may cause performance issues
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))) |