diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 14:58:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:15 +0100 |
commit | 43249fc4e88b545fdf724ce4ed173ca6cdabe1f3 (patch) | |
tree | f6acab6465c2f13aa0f7f1dc5c28ca97258a0ebd | |
parent | 6ee9ea26f82b0a52c2aab18366f6197a08ca7b6a (diff) |
Remove "ensure t".
-rw-r--r-- | init.org | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |