diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 624af37..5fafdc6 100644 --- a/init.el +++ b/init.el | |||
@@ -817,7 +817,7 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
817 | (with-eval-after-load 'company | 817 | (with-eval-after-load 'company |
818 | (setup (:straight slime-company) | 818 | (setup (:straight slime-company) |
819 | (:option slime-company-completion 'fuzzy | 819 | (:option slime-company-completion 'fuzzy |
820 | slime-company-after-completion 'slime-company-just-one-space) | 820 | slime-company-after-completion nil) |
821 | (slime-setup '(slime-fancy slime-company)))))) | 821 | (slime-setup '(slime-fancy slime-company)))))) |
822 | 822 | ||
823 | (when (executable-find "fennel") | 823 | (when (executable-find "fennel") |