From 26e98fe62bfa2ea86441ca8a3277e760af69a6d6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Oct 2015 01:11:27 -0700 Subject: [PATCH] move flyspell config var to use-package --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 7ad7d261..1e0b4fd5 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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)