mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add god-mode module
This commit is contained in:
8
modules/editor/god/doctor.el
Normal file
8
modules/editor/god/doctor.el
Normal file
@ -0,0 +1,8 @@
|
||||
;; -*- 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"))
|
Reference in New Issue
Block a user