all repos — nixfiles @ b739f3f4f0a51f0656519a58c52c18909f73e46a

System and user configuration, managed by nix and home-manager

Emacs: Update magit configuration for 1.4.0

Alan Pearce
commit

b739f3f4f0a51f0656519a58c52c18909f73e46a

parent

65cfbdd4ad7792e8b62c60158c9d498c309be909

1 file changed, 3 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1051,7 +1051,9 @@
(req-package magit :diminish magit-auto-revert-mode :commands (magit-status) - :config (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177)))) + :config (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))) + (setq magit-last-seen-setup-instructions "1.4.0" + magit-auto-revert-mode t)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) ;;;; Spelling