mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
5 lines
166 B
EmacsLisp
5 lines
166 B
EmacsLisp
;;; completion/ivy/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(when (and (not EMACS26+) (featurep! +childframe))
|
|
(error! "The +childframe feature requires Emacs 26+"))
|