From fe2ccc4cd8aef9d73be3c58e495ab0e61f6d0fb6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 20 Sep 2024 23:37:56 +0200 Subject: emacs: Comment-out configuration for magit --- .config/emacs/mango-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index 092308f..aca1672 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -122,10 +122,10 @@ graphically, so I shouldn’t need to have multiple specs per face. :background ,(mango-theme--get-color 'background-cool)) (magit-diff-hunk-heading-highlight :background ,(mango-theme--get-color 'middleground)) - (magit-diff-context-highlight - :inherit hl-line) - (magit-section-highlight - :inherit hl-line) + ;; (magit-diff-context-highlight + ;; :inherit hl-line) + ;; (magit-section-highlight + ;; :inherit hl-line) (git-commit-summary :foreground ,(mango-theme--get-color 'khaki)) -- cgit v1.2.3