emacs/vc: refactor

And declare vc, vc-annotate & smerge-mode as built-ins (for
doom/help-packages).
This commit is contained in:
Henrik Lissner 2019-06-07 23:07:37 +02:00
parent ada5990f88
commit 47530bd19f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 25 additions and 25 deletions

View file

@ -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)