diff options
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 95c90fc..95e05da 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -139,6 +139,8 @@ START-POINT set to the current branch. (magit-backup-mode -1) (add-hook 'magit-find-file-hook 'view-mode) + (remove-hook 'magit-refs-sections-hook 'magit-insert-tags) + (define-key magit-popup-mode-map (kbd "SPC <t>") 'magit-invoke-popup-switch) (define-key magit-popup-mode-map (kbd "SPC SPC <t>") 'magit-invoke-popup-option) |