emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 6da7771 1/2: magit-faces: Add diff-refine-{adde


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 6da7771 1/2: magit-faces: Add diff-refine-{added, removed}
Date: Sun, 28 Nov 2021 12:57:38 -0500 (EST)

branch: elpa/git-commit
commit 6da7771b616d1cf781946f53b23ddfaeb23d5a73
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-faces: Add diff-refine-{added,removed}
---
 lisp/magit-core.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/magit-core.el b/lisp/magit-core.el
index 3d19d6c..417f15b 100644
--- a/lisp/magit-core.el
+++ b/lisp/magit-core.el
@@ -96,6 +96,9 @@ Each of these options falls into one or more of these 
categories:
   :group 'magit
   :group 'faces)
 
+(custom-add-to-group 'magit-faces 'diff-refine-added   'custom-face)
+(custom-add-to-group 'magit-faces 'diff-refine-removed 'custom-face)
+
 (defgroup magit-extensions nil
   "Extensions to Magit."
   :group 'magit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]