mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs/vc: refactor
And declare vc, vc-annotate & smerge-mode as built-ins (for doom/help-packages).
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user