diminish auto revert

This commit is contained in:
Ivan Malison 2014-11-14 16:48:45 -08:00
parent 34a3f2eef2
commit 93424eed9a
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -18,4 +18,5 @@ custom.el
smex-items
ido.last
session.*
var
var
skewer-cache

View File

@ -177,7 +177,9 @@ Return a list of installed packages or nil for every package not installed."
(use-package magit
:ensure t
:commands magit-status
:bind (("C-x g" . magit-status)))
:bind (("C-x g" . magit-status))
:config
(diminish 'magit-auto-revert-mode))
(use-package auto-complete
:ensure t