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

16 lines
277 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
2017-02-03 20:29:09 -05:00
(package! browse-at-remote)
(package! evil-magit :needs evil)
2017-02-04 02:52:41 -05:00
(package! git-gutter-fringe)
2017-02-03 20:29:09 -05:00
(package! gitconfig-mode)
(package! gitignore-mode)
(package! magit)
2017-02-04 02:52:41 -05:00
;;; TODO +hg