home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a400ccbd5c8e454cc5de1a96b5d0c73063b6fcd7
parent 003ed54a0e10999e4f1fa3a887417b748b3aff4e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 17 Nov 2020 18:08:10 +0100

tools/emacs: remove tags display on magit status

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-vcs.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-vcs.el b/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