Browse Source

Disable flyspell messages

master
Riyyi 3 years ago
parent
commit
fd55489272
  1. 5
      .config/emacs/config.org

5
.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

Loading…
Cancel
Save