Commit a400ccbd5c8e

Vincent Demeester <vincent@sbr.pm>
2020-11-17 18:08:10
tools/emacs: remove tags display on magit status
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 003ed54
Changed files (1)
tools
emacs
tools/emacs/config/config-vcs.el
@@ -100,6 +100,8 @@
                           'magit-insert-modules
                           'magit-insert-unpushed-to-upstream
                           'magit-insert-unpulled-from-upstream)
+  ;; No need for tag in the status header
+  (remove-hook 'magit-status-sections-hook 'magit-insert-tags-header)
   (setq-default magit-module-sections-nested nil)
 
   ;; Show refined hunks during diffs