16 lines
300 B
EmacsLisp
16 lines
300 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; feature/version-control/packages.el
|
|
|
|
;;; config.el
|
|
;; n/a
|
|
|
|
;;; +git
|
|
(unless (featurep! -git)
|
|
(package! git-gutter-fringe)
|
|
(package! git-link)
|
|
(package! git-timemachine)
|
|
(package! gitconfig-mode)
|
|
(package! gitignore-mode)
|
|
(package! magit))
|
|
|
|
;;; TODO +hg
|