doomemacs/modules/completion/ivy/doctor.el
2018-05-09 10:22:03 +02:00

6 lines
189 B
EmacsLisp

;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; completion/ivy/doctor.el
(when (and (not EMACS26+) (featurep! +childframe))
(error! "The +childframe feature requires Emacs 26+"))