mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
256 B
EmacsLisp
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"))
|