diff options
author | stuebinm | 2023-07-02 15:09:55 +0200 |
---|---|---|
committer | stuebinm | 2023-07-02 15:09:55 +0200 |
commit | 46ff29aa429ea416197929c64546a48dfaf563bb (patch) | |
tree | 635bd1596821b10e915aadd55ab94a2a95f04d02 /init.el | |
parent | 3e729078b52e04e5d9d3e259695a18c71f8ee2b0 (diff) |
disable spell checking, it's annoying
Diffstat (limited to '')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ :checkers syntax ; tasing you for every semicolon you forget - (spell +flyspell +hunspell) ; tasing you for misspelling mispelling + ;; (spell +flyspell +aspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools |