completion/ivy: fix header vars in doctor.el

This commit is contained in:
Henrik Lissner 2018-05-09 10:21:42 +02:00
parent 93e552fcaf
commit b3f38a8bed
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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