From fc1739eca79870b1ec8fa35b548646e702c680af Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 1 Jul 2015 10:10:58 -0700 Subject: [PATCH] (setq magit-last-seen-setup-instructions "1.4.0") --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0c219f0e..899548da 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -556,6 +556,7 @@ The current directory is assumed to be the project's root otherwise." :bind (("C-x g" . magit-status)) :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.