Extract :ui posframe packages into other modules

This commit is contained in:
Henrik Lissner 2018-05-08 21:47:40 +02:00
parent 8d936f2d0b
commit 317b556bde
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 77 additions and 84 deletions

View file

@ -0,0 +1,4 @@
;;; completion/ivy/doctor.el -*- lexical-binding: t; -*-
(when (and (not EMACS26+) (featurep! +childframe))
(error! "The +childframe feature requires Emacs 26+"))