branch: elpa/spacemacs-theme
commit 4b73dfc72b7b71c80921ebc2fa8a712c2c7ecf78
Author: Torgeir Thoresen <[email protected]>
Commit: Torgeir Thoresen <[email protected]>
Support highlight-symbol.el
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index ce156336b9..8075752243 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -388,6 +388,9 @@
;;;;; highlight-indentation
`(highlight-indentation-face ((,class (:background ,comment-bg))))
+;;;;; highlight-symbol
+ `(highlight-symbol-face ((,class (:background ,bg2))))
+
;;;;; ido
`(ido-first-match ((,class (:foreground ,comp :inherit bold))))
`(ido-only-match ((,class (:foreground ,mat :inherit bold))))