diff options
-rw-r--r-- | emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 5051c13..f670f59 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -356,6 +356,9 @@ (global-git-commit-mode) (use-package git-commit :ensure t :defer t) (setq magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1) + (add-hook 'magit-mode-hook + (lambda() + (setq mode-name "⎇"))) (add-hook 'magit-log-edit-mode-hook #'(lambda () (set-fill-column 72) |