fix problem with vertico

This commit is contained in:
Luj 2025-07-23 21:10:54 +02:00
parent 98063b3e14
commit 3b2fa3b3d4
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -137,6 +137,7 @@ Prevent ~emacs~ from storing garbage everywhere in my repos.
:ensure t
:demand t
:config
(setq savehist-file "~/.emacs.d/var/savehist.el")
(no-littering-theme-backups))
#+end_src
@ -543,7 +544,7 @@ Completions are at the core of the editing experience, I try to use a stack that
#+begin_src emacs-lisp :tangle "init.el"
(use-package vertico
:ensure (:files (:defaults "extensions/vertico-directory.el"))
:ensure (:host github :repo "minad/vertico" :tag "2.2" :files (:defaults "extensions/vertico-directory.el"))
:demand t
:bind (:map vertico-map
("DEL" . vertico-directory-delete-char)