From 10a6f5a331875a58dc8c60ded08b237cdce9b457 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 11 Nov 2021 15:24:08 -0500 Subject: [PATCH] Fixed incorrect high lighting of every word. The hunspell module had an issue where aspell was being used for buffer spell linting, but not autocomplete or corrections. Since aspell is required, regardless lets use that for everything. --- emacs/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 96ea6cb..09ec126 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -87,8 +87,9 @@ :checkers syntax ; tasing you for every semicolon you forget (spell ; tasing you for misspelling mispelling - +hunspell - +everywhere) + +aspell + +everywhere + ) grammar ; tasing grammar mistake every you make :tools