mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
ui/posframe: less disruptive emacs version warnings; use constants
This commit is contained in:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user