mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
12 lines
253 B
EmacsLisp
12 lines
253 B
EmacsLisp
;; -*- 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)
|
|
(package! gitignore-mode)
|