feature/version-control: remove -git flag

As much as possible, I'd prefer flags to be additive rather than
subtractive. Meaning, specifying a flag should add features, rather than
disable them; simply as a general Doom convention.
This commit is contained in:
Henrik Lissner
2018-01-30 21:21:33 -05:00
parent 23f914916e
commit 5210ee5f7e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
;;; feature/version-control/+git.el -*- lexical-binding: t; -*-
;;;###if (not (featurep! -git))
(when (featurep! :feature evil)
(add-hook 'git-commit-mode-hook #'evil-insert-state))