mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(emacs): Use :custom to set vars
This commit is contained in:
parent
d504fe0aa0
commit
6edc23c656
4 changed files with 16 additions and 11 deletions
|
|
@ -13,9 +13,9 @@
|
|||
:bind (:map company-active-map ; TODO: Seems does not work
|
||||
("C-n" . company-select-next)
|
||||
("C-p" . company-select-previous))
|
||||
:config
|
||||
(setq company-minimum-prefix-length 1 ; 设置最短补全前缀
|
||||
company-idle-delay 0.2)) ; 设置补全延迟(秒)
|
||||
:custom
|
||||
(company-minimum-prefix-length 1) ; 设置最短补全前缀
|
||||
(company-idle-delay 0.2)) ; 设置补全延迟(秒)
|
||||
|
||||
;; minibuffer 补全增强
|
||||
(use-package vertico
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue