diff options
author | noa@gaiwan.org | 2024-06-23 11:04:32 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 11:04:32 +0000 |
commit | 41ce3ec6ee0933b62ba842d25bfd848cbec1defc (patch) | |
tree | c55f68e38f2ec2252ee64a23097c63b3ee7afb65 /config.org | |
parent | de0b2c57c04ed05c3b6237b329c977f7252a858b (diff) |
Fix broken indentation
Diffstat (limited to 'config.org')
-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 |