doomemacs/modules/tools/magit/packages.el
Henrik Lissner ffcfde71d9
tools/magit: replace magithub with forge #1174
And we're back to using the latest version of magit, which should
resolve void-function and void-variable errors that we were avioding in
33ef9034.
2019-02-16 16:54:26 -05:00

9 lines
228 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/magit/packages.el
(when (package! magit)
(package! forge)
(package! magit-gitflow)
(package! magit-todos)
(when (featurep! :feature evil +everywhere)
(package! evil-magit)))