2018-03-12 12:47:26 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; ui/posframe/packages.el
|
|
|
|
|
2018-03-24 04:41:10 -04:00
|
|
|
(when EMACS26+
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-childframe))
|
|
|
|
(when (featurep! :completion ivy)
|
|
|
|
(package! ivy-posframe)))
|