doomemacs/modules/feature/version-control/packages.el

17 lines
300 B
EmacsLisp
Raw Normal View History

2017-02-04 09:29:09 +08:00
;; -*- no-byte-compile: t; -*-
;;; feature/version-control/packages.el
2017-02-04 09:29:09 +08:00
2017-02-04 15:52:41 +08:00
;;; 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))
2017-02-11 19:51:59 +08:00
2017-02-04 15:52:41 +08:00
;;; TODO +hg