mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
8 lines
154 B
EmacsLisp
8 lines
154 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/magit/packages.el
|
|
|
|
(package! magit)
|
|
(package! magithub)
|
|
(when (featurep! :feature evil)
|
|
(package! evil-magit))
|