Move Magit settings to the correct place

This commit is contained in:
Gergely Polonkai 2016-02-16 09:11:38 +01:00
parent f3549fe066
commit 844ed64dc0

View File

@ -46,10 +46,11 @@
'(sgml-basic-offset 4) '(sgml-basic-offset 4)
'(show-trailing-whitespace t) '(show-trailing-whitespace t)
'(tab-width 4) '(tab-width 4)
'(magit-auto-revert-mode nil)
'(magit-last-seen-setup-instructions "1.4.0")
'(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu")) '(jekyll-directory "~/Projektek/jekyll/gergely.polonkai.eu"))
(setq magit-auto-revert-mode nil)
(setq 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.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.