emacs/vc: refactor
And declare vc, vc-annotate & smerge-mode as built-ins (for doom/help-packages).
This commit is contained in:
parent
ada5990f88
commit
47530bd19f
2 changed files with 25 additions and 25 deletions
|
@ -1,6 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; emacs/vc/packages.el
|
||||
|
||||
(package! vc :built-in t)
|
||||
(package! vc-annotate :built-in t)
|
||||
(package! smerge-mode :built-in t)
|
||||
|
||||
(package! git-link)
|
||||
(package! git-timemachine)
|
||||
(package! gitconfig-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue