summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-07-02 15:09:55 +0200
committerstuebinm2023-07-02 15:09:55 +0200
commit46ff29aa429ea416197929c64546a48dfaf563bb (patch)
tree635bd1596821b10e915aadd55ab94a2a95f04d02
parent3e729078b52e04e5d9d3e259695a18c71f8ee2b0 (diff)
disable spell checking, it's annoyingHEADmain
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 1d1361e..d4dc2e4 100644
--- a/init.el
+++ b/init.el
@@ -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