Skip to content
Snippets Groups Projects
Commit 398ef624 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Add vertico and marginalia modes

parent 1d591520
Branches
No related tags found
No related merge requests found
......@@ -388,6 +388,21 @@ Some of my configuration entries where borrowed from other people, see
(winner-mode t)
#+end_src
** Better mini-buffer
Vertico and Marginlia upgrades the minibuffer completion window by making it more dynamic
(=vertico=) and displaying a short documentation string for each item.
#+begin_src emacs-lisp
(use-package vertico
:config
(vertico-mode t)
)
(use-package marginalia
:config
(marginalia-mode t)
)
#+end_src
* Org mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment