2018-05-09 10:21:42 +02:00
|
|
|
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
|
|
|
;;; completion/ivy/doctor.el
|
2018-05-08 21:47:40 +02:00
|
|
|
|
2023-09-12 23:38:01 +02:00
|
|
|
(dolist (module '(helm ido vertico))
|
|
|
|
(when (doom-module-p :completion module)
|
|
|
|
(error! "This module is incompatible with :completion %s; disable one or the other"
|
|
|
|
module)))
|