diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |