lang/common-lisp: disable fuzzy/flex completions

Fuzzy search is slower and less predictable, and is generally disabled
by default across Doom (or gated behind variables/flags).
This commit is contained in:
Henrik Lissner 2018-10-17 15:01:03 -04:00
parent 5a442932d7
commit fda4734164
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,7 +7,9 @@
(after! sly
(setq sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history")
sly-kill-without-query-p t
sly-net-coding-system 'utf-8-unix)
sly-net-coding-system 'utf-8-unix
;; Change this to `sly-flex-completions' for fuzzy completion
sly-complete-symbol-function 'sly-simple-completions)
(set-popup-rules!
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)