Add ui/posframe module
This commit is contained in:
parent
d563d133ff
commit
a90d17ae38
4 changed files with 76 additions and 0 deletions
7
modules/ui/posframe/packages.el
Normal file
7
modules/ui/posframe/packages.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/posframe/packages.el
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-childframe))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-posframe))
|
Loading…
Add table
Add a link
Reference in a new issue