mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user