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

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

[nongnu] elpa/apropospriate-theme 1a8c2d8 079/118: add symbol-overlay su


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 1a8c2d8 079/118: add symbol-overlay support
Date: Thu, 21 Oct 2021 18:02:27 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 1a8c2d81e5ae2a4bfabc132be55d64838f186bfc
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add symbol-overlay support
---
 README.md        | 1 +
 apropospriate.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2399b93..1117de3 100644
--- a/README.md
+++ b/README.md
@@ -89,3 +89,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Neotree
 * Hydra
 * Dired Subtree
+* Symbol Overlay
diff --git a/apropospriate.el b/apropospriate.el
index 6dadb90..aa3d76b 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -306,6 +306,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(show-paren-match ((,class (:background unspecified :underline (:style 
line :color ,pink)))))
      `(show-paren-mismatch ((,class (:background unspecified :foreground ,red 
:inverse-video t :underline (:style line :color ,red)))))
      `(highlight-symbol-face ((,class (:foreground unspecified :background 
unspecified :underline (:style line :color ,base02)))))
+     `(symbol-overlay-temp-face ((,class (:foreground unspecified :background 
unspecified :underline (:style line :color ,base02)))))
      `(sp-show-pair-match-face ((,class (:inherit show-paren-match))))
      `(sp-show-pair-mismatch-face ((,class (:inherit show-paren-mismatch))))
      `(rainbow-delimiters-depth-1-face ((,class (:foreground ,purple-1))))



reply via email to

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