6 lines
141 B
EmacsLisp
6 lines
141 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/posframe/packages.el
|
|
|
|
(when EMACS26+
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-posframe)))
|