move flyspell config var to use-package

This commit is contained in:
Ivan Malison 2015-10-14 01:11:27 -07:00
parent 0d082bd39d
commit 26e98fe62b

View File

@ -121,7 +121,6 @@
(put 'set-goal-column 'disabled nil)
(auto-fill-mode -1)
(setq indent-tabs-mode nil)
(setq flyspell-issue-welcome-flag nil)
;; No hsplits. EVER.
(defun split-horizontally-for-temp-buffers () (split-window-horizontally))
@ -1437,6 +1436,7 @@ marking if it still had that."
(use-package libmpdee :ensure t)
(use-package flyspell
:preface (setq flyspell-issue-welcome-flag nil)
:config
(progn
(diminish 'flyspell-mode)