11 lines
333 B
EmacsLisp
11 lines
333 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! browse-at-remote :pin "1a9392e9d1")
|
|
(package! git-timemachine :pin "391eb61050")
|
|
(package! gitconfig-mode :pin "55468314a5")
|
|
(package! gitignore-mode :pin "55468314a5")
|