Don't add a space after slime company completion

This commit is contained in:
Case Duckworth 2021-04-15 23:23:58 -05:00
parent 47b7185d7d
commit 8e1f66e0e4
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ if ripgrep is installed, otherwise `consult-grep'."
(with-eval-after-load 'company
(setup (:straight slime-company)
(:option slime-company-completion 'fuzzy
slime-company-after-completion 'slime-company-just-one-space)
slime-company-after-completion nil)
(slime-setup '(slime-fancy slime-company))))))
(when (executable-find "fennel")