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

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

[elpa] master bec9889 13/25: Define diff-hl-margin-unknown and diff-hl-m


From: Dmitry Gutov
Subject: [elpa] master bec9889 13/25: Define diff-hl-margin-unknown and diff-hl-margin-ignored
Date: Sat, 8 Dec 2018 19:19:39 -0500 (EST)

branch: master
commit bec9889de7bf48d28826039880cec9bfad24a628
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Define diff-hl-margin-unknown and diff-hl-margin-ignored
    
    For diff-hl-dired-mode together with diff-hl-margin-mode
    
    Reported in #92.
---
 diff-hl-margin.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/diff-hl-margin.el b/diff-hl-margin.el
index 4ca2a7e..dfc1928 100644
--- a/diff-hl-margin.el
+++ b/diff-hl-margin.el
@@ -56,6 +56,14 @@
   '((default :inherit diff-hl-change))
   "Face used to highlight changed lines on the margin.")
 
+(defface diff-hl-margin-ignored
+  '((default :inherit dired-ignored))
+  "Face used to highlight changed lines on the margin.")
+
+(defface diff-hl-margin-unknown
+  '((default :inherit dired-ignored))
+  "Face used to highlight changed lines on the margin.")
+
 (defcustom diff-hl-margin-symbols-alist
   '((insert . "+") (delete . "-") (change . "!")
     (unknown . "?") (ignored . "i"))



reply via email to

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