[emacs] Fixup flyspell config after updating aspell

This commit is contained in:
Sebastian Schulze 2021-07-20 08:36:53 +02:00
parent b134c1a27b
commit ea4fe857de
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@
display-line-numbers-type nil
delete-selection-mode nil
writeroom-width 100
ispell-dictionary "de_DE"
ruby-insert-encoding-magic-comment nil
git-gutter-fr+-side (quote left-fringe)
helm-org-rifle-show-path t

View File

@ -42,8 +42,8 @@
vterm ; the best terminal emulation in Emacs
:checkers
(syntax +childframe) ; tasing you for every semicolon you forget
spell ; tasing you for misspelling mispelling
(syntax +childframe) ; tasing you for every semicolon you forget
(spell +flyspell +aspell) ; tasing you for misspelling mispelling
grammar ; tasing grammar mistake every you make
:tools