Add a vertico module

This commit is contained in:
Bozhidar Batsov 2023-02-24 08:21:40 +01:00
parent e83f905cdb
commit b70ecb4ba0
5 changed files with 128 additions and 2 deletions

View file

@ -43,7 +43,7 @@
;; (require 'prelude-ido) ;; Supercharges Emacs completion for C-x C-f and more
(require 'prelude-ivy) ;; A mighty modern alternative to ido
;; (require 'prelude-selectrum) ;; A powerful, yet simple, alternative to ivy
;; (require 'prelude-vertico) ;; A powerful, yet simple, alternative to ivy
;; (require 'prelude-helm) ;; Interface for narrowing and search
;; (require 'prelude-helm-everywhere) ;; Enable Helm everywhere
(require 'prelude-company)