Skip to content

Commit

Permalink
Suppress Magit warning message.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 765c4db11719545a38507895a43307fe5fdd1b1a
  • Loading branch information
jaccarmac committed Apr 4, 2015
1 parent 3f6f059 commit 80350ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dot-emacs-dot-d.org
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ Now, for some code.

#+NAME: magit
#+BEGIN_SRC emacs-lisp
(quse-package magit)
(quse-package magit
:init (setq magit-last-seen-setup-instructions "1.4.0"))
#+END_SRC

* Complete symbols.
Expand Down
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
(quse-package projectile
:init (projectile-global-mode))

(quse-package magit)
(quse-package magit
:init (setq magit-last-seen-setup-instructions "1.4.0"))

(quse-package auto-complete
:init (progn (require 'auto-complete-config)
Expand Down

0 comments on commit 80350ab

Please sign in to comment.