system changes
This commit is contained in:
parent
0b0c08406a
commit
3559062652
1 changed files with 5 additions and 5 deletions
|
@ -223,17 +223,17 @@ Use =corfu= for completions. =orderless= is used to allow searching in any porti
|
|||
;; (setq company-idle-delay 0.4
|
||||
;; company-minimum-prefix-length 1
|
||||
;; company-selection-wrap-around t))
|
||||
;;(use-package vertico
|
||||
;; :custom
|
||||
;; (vertico-cycle t)
|
||||
;; :init
|
||||
;; (vertico-mode 1))
|
||||
|
||||
(use-package corfu
|
||||
:custom
|
||||
(corfu-cycle t)
|
||||
(corfu-auto t)
|
||||
:init
|
||||
(global-corfu-mode))
|
||||
(use-package vertico
|
||||
:custom
|
||||
(vertico-cycle t)
|
||||
(vertico-mode 1))
|
||||
(use-package orderless
|
||||
:custom
|
||||
(completion-styles '(orderless basic))
|
||||
|
|
Loading…
Add table
Reference in a new issue