Add ui/posframe module

This commit is contained in:
Henrik Lissner 2018-03-12 12:47:26 -04:00
parent d563d133ff
commit a90d17ae38
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 76 additions and 0 deletions

View 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))