forked from colonelpanic/dotfiles
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
|
:ensure t
|
||||||
:commands magit-status
|
:commands magit-status
|
||||||
:bind (("C-x g" . magit-status))
|
:bind (("C-x g" . magit-status))
|
||||||
|
:init
|
||||||
|
(defvar-setq magit-last-seen-setup-instructions "1.4.0")
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq magit-last-seen-setup-instructions "1.4.0")
|
|
||||||
(diminish 'magit-auto-revert-mode)
|
(diminish 'magit-auto-revert-mode)
|
||||||
(use-package magit-filenotify
|
(use-package magit-filenotify
|
||||||
;; Seems like OSX does not support filenotify.
|
;; Seems like OSX does not support filenotify.
|
||||||
|
Loading…
Reference in New Issue
Block a user