7 lines
154 B
EmacsLisp
7 lines
154 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(package! magit)
|
|
(package! magithub)
|
|
(when (featurep! :feature evil)
|
|
(package! evil-magit))
|