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:
parent
5a442932d7
commit
fda4734164
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
(after! sly
|
(after! sly
|
||||||
(setq sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history")
|
(setq sly-mrepl-history-file-name (concat doom-cache-dir "sly-mrepl-history")
|
||||||
sly-kill-without-query-p t
|
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!
|
(set-popup-rules!
|
||||||
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
'(("^\\*sly-mrepl" :vslot 2 :quit nil :ttl nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue