From 2e54f0e173b64efb1e6a4184082110ba1e78cf9c Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 7 Apr 2023 14:38:16 -0800 Subject: [PATCH] magit: add pretty graphs for no reason --- lisp/mitch-packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index b81d207..042528a 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1138,6 +1138,10 @@ Return nil if DIR is not in a hugo project at all." :elpaca (:host github :repo "LionyxML/magit-stats") :after magit :commands magit-stats) +(use-package magit-pretty-graph + :elpaca (:host github :repo "georgek/magit-pretty-graph") + :after magit + :commands magit-pg-repo) (use-package hyperbole :elpaca (:files ("*.el"