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-08-08 19:14:33 +02:00
|
|
|
(unless (featurep! -git)
|
2017-07-29 00:27:20 +02:00
|
|
|
(package! git-gutter-fringe)
|
|
|
|
(package! git-link)
|
|
|
|
(package! git-timemachine)
|
|
|
|
(package! gitconfig-mode)
|
2018-03-14 18:33:26 -04:00
|
|
|
(package! gitignore-mode))
|
2017-02-11 06:51:59 -05:00
|
|
|
|
2017-02-04 02:52:41 -05:00
|
|
|
;;; TODO +hg
|