Revise comments
This commit is contained in:
parent
ea01e850e4
commit
88dd15e204
4 changed files with 6 additions and 8 deletions
|
@ -33,8 +33,9 @@
|
|||
(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
|
||||
;; Doom defaults to non-fuzzy search, because it is slower and less
|
||||
;; precise. Change this to `sly-flex-completions' for fuzzy completion
|
||||
;; Doom defaults to non-fuzzy search, because it is faster and more
|
||||
;; precise (but requires more keystrokes). Change this to
|
||||
;; `sly-flex-completions' for fuzzy completion
|
||||
sly-complete-symbol-function 'sly-simple-completions)
|
||||
|
||||
(set-popup-rules!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue