From cb4f18ed0d89971b49a7f191e77abf37bda1d0e3 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 8 Dec 2022 00:30:59 -0800 Subject: [PATCH] Add vertico --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 184a124..3170fa1 100644 --- a/init.el +++ b/init.el @@ -82,6 +82,11 @@ ;; Rainbow-Mode (show hex strings in color) (use-package rainbow-mode) +;; Vertico (completion helper) +(use-package vertico + :config + (vertico-mode)) + ;; Editorconfig support (use-package editorconfig :config