From 11b4efac6b4318706042c6ac44879a5df0432e31 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 25 Nov 2023 07:51:52 -0800 Subject: emacs: minor bootstrap fixes --- .emacs.d/rul-lisp/packages/rul-completion.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.d/rul-lisp/packages/rul-completion.el') diff --git a/.emacs.d/rul-lisp/packages/rul-completion.el b/.emacs.d/rul-lisp/packages/rul-completion.el index 8803fc0..9a5cbc8 100644 --- a/.emacs.d/rul-lisp/packages/rul-completion.el +++ b/.emacs.d/rul-lisp/packages/rul-completion.el @@ -1,5 +1,8 @@ +(use-package orderless :ensure t) + ;; Enable vertico (use-package vertico + :ensure t :init (vertico-mode) @@ -21,6 +24,7 @@ ;; Enable rich annotations using the Marginalia package (use-package marginalia + :ensure t ;; Bind `marginalia-cycle' locally in the minibuffer. To make the binding ;; available in the *Completions* buffer, add it to the ;; `completion-list-mode-map'. -- cgit v1.2.3