Enable vertico-posframe
This commit is contained in:
parent
d8c8f49495
commit
d5e1b667aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,7 +49,6 @@ flycheck_*.el
|
||||
|
||||
custom.el
|
||||
transient/
|
||||
site-lisp/
|
||||
projects
|
||||
eln-cache/
|
||||
.cache/
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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))
|
||||
|
1
site-lisp/vertico-posframe
Submodule
1
site-lisp/vertico-posframe
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 425ff7cb89a76e08878d13743728a14a38da98ab
|
Loading…
Reference in New Issue
Block a user