mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
9 lines
216 B
EmacsLisp
9 lines
216 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/posframe/packages.el
|
|
|
|
(when EMACS26+
|
|
(when (featurep! :completion company)
|
|
(package! company-childframe))
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-posframe)))
|