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
.
9 lines
228 B
EmacsLisp
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)))
|