diff options
author | Alan Pearce | 2015-06-17 12:05:01 +0200 |
---|---|---|
committer | Alan Pearce | 2015-06-17 12:05:01 +0200 |
commit | b739f3f4f0a51f0656519a58c52c18909f73e46a (patch) | |
tree | fcc8e6dfe050c5d913593e2d62ac69d1b295f131 /tag-emacs | |
parent | 65cfbdd4ad7792e8b62c60158c9d498c309be909 (diff) | |
download | dotfiles-b739f3f4f0a51f0656519a58c52c18909f73e46a.tar.lz dotfiles-b739f3f4f0a51f0656519a58c52c18909f73e46a.tar.zst dotfiles-b739f3f4f0a51f0656519a58c52c18909f73e46a.zip |
Emacs: Update magit configuration for 1.4.0
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 7d16a8c..7350062 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1051,7 +1051,9 @@ mouse-1: Display Line and Column Mode Menu")))))) (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 |