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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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)))