diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org index 7415795..fd30bd3 100644 --- a/config.org +++ b/config.org @@ -396,9 +396,9 @@ Replace the default spellcheck binding with jinx Show the corrections in a grid, so i can see more of them at once. #+begin_src elisp -(add-to-list 'vertico-multiform-categories - '(jinx grid (vertico-grid-annotate . 20))) - #+end_src + (add-to-list 'vertico-multiform-categories + '(jinx grid (vertico-grid-annotate . 20))) +#+end_src *** Add corrected words to abbrev |