doomemacs/modules/editor/god/doctor.el
2019-10-05 08:56:09 +13:00

9 lines
256 B
EmacsLisp

;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; editor/god/doctor.el
(when (featurep! :editor evil)
(warn! "god-mode is not really compatible with evil"))
(when (featurep! :editor objed)
(warn! "god-mode is not really compatible with objed"))