diff options
author | Raul Benencia <raul@thousandeyes.com> | 2023-11-25 07:51:52 -0800 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2023-11-25 07:51:52 -0800 |
commit | 11b4efac6b4318706042c6ac44879a5df0432e31 (patch) | |
tree | 985c039ccf859b03315e249a236152d5b78fbf86 /.emacs.d/rul-lisp/packages/rul-completion.el | |
parent | 4474d95a01f5ea991530aa0bb15e1636013405a3 (diff) |
emacs: minor bootstrap fixes
Diffstat (limited to '.emacs.d/rul-lisp/packages/rul-completion.el')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-completion.el | 4 |
1 files changed, 4 insertions, 0 deletions
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'. |