diff options
author | Case Duckworth | 2021-04-15 23:23:58 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-15 23:23:58 -0500 |
commit | 8e1f66e0e472ae8422eb544160e8d82c3de7c86b (patch) | |
tree | 50d9ea57e1c462ed0e3ac909c5a9a9d36c8c26c9 | |
parent | Try to fix vertico et al (diff) | |
download | emacs-8e1f66e0e472ae8422eb544160e8d82c3de7c86b.tar.gz emacs-8e1f66e0e472ae8422eb544160e8d82c3de7c86b.zip |
Don't add a space after slime company completion
-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") |