mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 20:40:24 +10: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"))
|