Add god-mode module

This commit is contained in:
Akhil Wali 2019-09-24 21:32:07 +12:00
parent c21607ae66
commit e5288c990b
6 changed files with 99 additions and 0 deletions

View 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"))