From fd554892727f8eaa462116533fca744068e7678f Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 30 Jun 2021 20:11:06 +0200 Subject: [PATCH] Disable flyspell messages --- .config/emacs/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index fb6c930..c499e91 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -256,7 +256,10 @@ Install and configure packages. (smart-tabs-insinuate 'c 'c++ 'java 'python 'latex)) (use-package flyspell-correct - :after flyspell) + :after flyspell + :config + (setq flyspell-issue-message-flag nil) + (setq flyspell-issue-welcome-flag nil)) #+END_SRC *** Evil