Add god-mode module
This commit is contained in:
parent
c21607ae66
commit
e5288c990b
6 changed files with 99 additions and 0 deletions
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"))
|
Loading…
Add table
Add a link
Reference in a new issue