From d03db7f9ab2474bf1e3a6d2c0b122068ed09a57f Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 28 Jul 2024 17:32:08 -0800 Subject: [PATCH] disable magit enhancements that i never use --- init.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index 9587196..f03d789 100644 --- a/init.el +++ b/init.el @@ -1156,14 +1156,14 @@ Return nil if DIR is not in a hugo project at all." :height 140 :italic t))) :commands blamer-show-posframe-commit-info) -(use-package magit-stats - :ensure (:host github :repo "LionyxML/magit-stats") - :after magit - :commands magit-stats) -(use-package magit-pretty-graph - :ensure (:host github :repo "georgek/magit-pretty-graph") - :after magit - :commands magit-pg-repo) +;; (use-package magit-stats +;; :ensure (:host github :repo "LionyxML/magit-stats") +;; :defer t +;; :commands magit-stats) +;; (use-package magit-pretty-graph +;; :ensure (:host github :repo "georgek/magit-pretty-graph") +;; :after magit +;; :commands magit-pg-repo) (use-package hyperbole :ensure (:files ("*.el"