ui/posframe: less disruptive emacs version warnings; use constants

This commit is contained in:
Henrik Lissner
2018-03-24 04:41:10 -04:00
parent 5eadfdc880
commit 988e70683e
3 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; ui/posframe/packages.el
(when (featurep! :completion company)
(package! company-childframe))
(when (featurep! :completion ivy)
(package! ivy-posframe))
(when EMACS26+
(when (featurep! :completion company)
(package! company-childframe))
(when (featurep! :completion ivy)
(package! ivy-posframe)))