ui/posframe: less disruptive emacs version warnings; use constants
This commit is contained in:
parent
5eadfdc880
commit
988e70683e
3 changed files with 8 additions and 9 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue