2017-02-03 20:29:09 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2017-02-04 03:21:27 -05:00
|
|
|
;;; 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
|