diminish auto revert
This commit is contained in:
parent
34a3f2eef2
commit
93424eed9a
3
.gitignore
vendored
3
.gitignore
vendored
@ -18,4 +18,5 @@ custom.el
|
||||
smex-items
|
||||
ido.last
|
||||
session.*
|
||||
var
|
||||
var
|
||||
skewer-cache
|
4
init.el
4
init.el
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user