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

18 lines
319 B
EmacsLisp
Raw Normal View History

2017-02-03 20:29:09 -05:00
;; -*- no-byte-compile: t; -*-
;;; feature/version-control/packages.el
2017-02-03 20:29:09 -05:00
2017-02-04 02:52:41 -05:00
;;; config.el
;; n/a
;;; +git
(package! git-gutter-fringe)
(package! git-link)
2017-04-27 13:21:49 -04:00
(package! git-timemachine)
(package! gitconfig-mode)
(package! gitignore-mode)
(package! magit)
(when (featurep! :feature evil)
(package! evil-magit))
2017-02-11 06:51:59 -05:00
2017-02-04 02:52:41 -05:00
;;; TODO +hg