No longer set magit-last-seen-setup-instructions

This commit is contained in:
Jonas Bernoulli 2015-06-27 10:56:10 +02:00 committed by syl20bnr
parent 0677ece503
commit 5bd70f448c

View file

@ -27,8 +27,7 @@
(add-to-list 'load-path (format "%smagit-next/lisp/"
(configuration-layer/get-layer-property
'git :ext-dir)))
(setq magit-last-seen-setup-instructions "1.4.0"
magit-completing-read-function 'magit-ido-completing-read)
(setq magit-completing-read-function 'magit-ido-completing-read)
(add-hook 'git-commit-mode-hook 'fci-mode)
;; must enable auto-fill-mode again because somehow fci-mode disable it
(add-hook 'git-commit-mode-hook 'auto-fill-mode)