set magit-last-seen-setup-instructions in init.
This commit is contained in:
parent
fc1739eca7
commit
44c26651b6
@ -554,9 +554,10 @@ The current directory is assumed to be the project's root otherwise."
|
||||
:ensure t
|
||||
:commands magit-status
|
||||
:bind (("C-x g" . magit-status))
|
||||
:init
|
||||
(defvar-setq magit-last-seen-setup-instructions "1.4.0")
|
||||
:config
|
||||
(progn
|
||||
(setq magit-last-seen-setup-instructions "1.4.0")
|
||||
(diminish 'magit-auto-revert-mode)
|
||||
(use-package magit-filenotify
|
||||
;; Seems like OSX does not support filenotify.
|
||||
|
Loading…
Reference in New Issue
Block a user