From 8e1f66e0e472ae8422eb544160e8d82c3de7c86b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 15 Apr 2021 23:23:58 -0500 Subject: Don't add a space after slime company completion --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') 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'." (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") -- cgit 1.4.1-21-gabe81