diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:37:56 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-20 23:37:56 +0200 |
commit | fe2ccc4cd8aef9d73be3c58e495ab0e61f6d0fb6 (patch) | |
tree | 0358f21636714fb2747be7318b294e821dff82ff /.config/emacs/mango-theme.el | |
parent | ade579e8036f3bfbface214343f0ecea8ebb269c (diff) |
emacs: Comment-out configuration for magit
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 8 |
1 files changed, 4 insertions, 4 deletions
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)) |