Update .emacs.d/config.org

This commit is contained in:
Anthony Rodriguez 2024-07-02 16:57:27 +02:00
parent 8e83ef53da
commit a93b3601b1

View file

@ -129,8 +129,7 @@ I use vertico as my completion framework. It's minimal, fast and tells me all I
(setq vertico-resize t)
;; Optionally enable cycling for `vertico-next' and `vertico-previous'.
(setq vertico-cycle t)
)
(setq vertico-cycle t))
;; Persist history over Emacs restarts. Vertico sorts by history position.
(use-package savehist
@ -174,6 +173,7 @@ I use vertico as my completion framework. It's minimal, fast and tells me all I
completion-category-defaults nil
completion-category-overrides '((file (styles partial-completion)))))
#+end_src
*** which-key
which-key is a nice little package that allows to have a minibuffer showing which keybinds are available under prefixes.