Enable vertico-posframe

This commit is contained in:
lemyx 2024-12-29 08:16:08 +08:00
parent d8c8f49495
commit d5e1b667aa
4 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -49,7 +49,6 @@ flycheck_*.el
custom.el
transient/
site-lisp/
projects
eln-cache/
.cache/

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "site-lisp/beancount"]
path = site-lisp/beancount
url = https://github.com/beancount/beancount-mode.git
[submodule "site-lisp/vertico-posframe"]
path = site-lisp/vertico-posframe
url = https://github.com/tumashu/vertico-posframe.git

View File

@ -31,6 +31,10 @@
(setq vertico-cycle t)
)
(add-to-list 'load-path "~/.emacs.d/site-lisp/vertico-posframe/")
(require 'vertico-posframe)
(vertico-posframe-mode 1)
(use-package orderless
:custom
(completion-styles '(orderless basic))

@ -0,0 +1 @@
Subproject commit 425ff7cb89a76e08878d13743728a14a38da98ab