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:
parent
23f914916e
commit
5210ee5f7e
2 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; feature/version-control/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(or (featurep! -git) (load! +git))
|
||||
;; TODO (or (featurep! -hg) (load! +hg))
|
||||
(load! +git)
|
||||
;; TODO (load! +hg)
|
||||
|
||||
;;
|
||||
(setq vc-make-backup-files nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue