summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.org b/init.org
index 23f53c3..b7fab19 100644
--- a/init.org
+++ b/init.org
@@ -116,7 +116,6 @@ I don’t use Helm because it’s too “busy” but I do want a more intelligen
#+BEGIN_SRC elisp
(require 'use-package)
(use-package vertico
- :ensure t
:init
(vertico-mode))
#+END_SRC
@@ -134,7 +133,6 @@ Display more information for vertico choices.
#+BEGIN_SRC elisp
(use-package marginalia
:after vertico
- :ensure t
:custom
(marginalia-annotators
'(marginalia-annotators-heavy
@@ -148,7 +146,6 @@ Match any part in any order.
#+BEGIN_SRC elisp
(use-package orderless
- :ensure t
:custom
(completion-styles '(orderless basic))
(completion-category-overrides