mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user