mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 19:31:53 -08:00
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))
|