Put completion module in init.el
This commit is contained in:
parent
9c3c5d5e51
commit
faa81c40a3
2 changed files with 27 additions and 29 deletions
|
|
@ -1,27 +0,0 @@
|
|||
(use-package vertico
|
||||
:init
|
||||
(vertico-mode))
|
||||
|
||||
(use-package savehist
|
||||
:init
|
||||
(savehist-mode))
|
||||
|
||||
(use-package orderless
|
||||
:custom
|
||||
(completion-styles '(orderless basic))
|
||||
(completion-category-overrides '((file (styles basic partial-completion)))))
|
||||
|
||||
(use-package marginalia
|
||||
:init
|
||||
(marginalia-mode))
|
||||
|
||||
(use-package corfu
|
||||
:custom
|
||||
(corfu-cycle t)
|
||||
(corfu-preselect-first nil)
|
||||
(corfu-auto t)
|
||||
:init
|
||||
(global-corfu-mode))
|
||||
|
||||
|
||||
(provide 'tobmacs-completion)
|
||||
Loading…
Add table
Add a link
Reference in a new issue