Add magit settings
This commit is contained in:
parent
978405fe3b
commit
a8a6f87044
4
init.el
4
init.el
@ -45,7 +45,9 @@
|
|||||||
((directories
|
((directories
|
||||||
(".git" ".svn" ".hg" ".bzr"))
|
(".git" ".svn" ".hg" ".bzr"))
|
||||||
(files
|
(files
|
||||||
(".#*" "*.so" "*~"))))))
|
(".#*" "*.so" "*~")))))
|
||||||
|
'(magit-auto-revert-mode nil)
|
||||||
|
'(magit-last-seen-setup-instructions "1.4.0"))
|
||||||
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
|
Loading…
Reference in New Issue
Block a user