Replace deprecated selectrum with vertico
This commit is contained in:
parent
702d465d2f
commit
73ebcafa4a
1 changed files with 4 additions and 5 deletions
9
emacs.el
9
emacs.el
|
|
@ -70,7 +70,7 @@
|
||||||
(straight-use-package 'rainbow-delimiters)
|
(straight-use-package 'rainbow-delimiters)
|
||||||
(straight-use-package 'hl-todo)
|
(straight-use-package 'hl-todo)
|
||||||
(straight-use-package 'orderless)
|
(straight-use-package 'orderless)
|
||||||
(straight-use-package 'selectrum)
|
(straight-use-package 'vertico)
|
||||||
(straight-use-package 'consult)
|
(straight-use-package 'consult)
|
||||||
(straight-use-package 'marginalia)
|
(straight-use-package 'marginalia)
|
||||||
(straight-use-package 'embark)
|
(straight-use-package 'embark)
|
||||||
|
|
@ -158,11 +158,10 @@
|
||||||
(use-package orderless
|
(use-package orderless
|
||||||
:custom (completion-styles '(orderless)))
|
:custom (completion-styles '(orderless)))
|
||||||
|
|
||||||
(use-package selectrum
|
(use-package vertico
|
||||||
:init
|
:init
|
||||||
(ido-mode nil)
|
(ido-mode 0)
|
||||||
(selectrum-mode t)
|
(vertico-mode))
|
||||||
:bind (("C-x M-x" . selectrum-repeat)))
|
|
||||||
|
|
||||||
(use-package consult
|
(use-package consult
|
||||||
:bind (("C-c i" . consult-imenu)
|
:bind (("C-c i" . consult-imenu)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue