summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2020-12-08 20:40:02 +0100
committerAlan Pearce2020-12-08 20:40:02 +0100
commitb98c2eb15be078c670b80d762b79c3223c2de428 (patch)
treea6d2c1b128b176e91b657dd0c9b15dfd8dd1cafc /user/emacs/init.el
parent21da59d201abe84e61e2ba481a7fc40a24b0587f (diff)
downloadnixfiles-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/init.el')
-rw-r--r--user/emacs/init.el1
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)))