branch: elpa/spacemacs-theme
commit 88d1717ade5364c6c5a54319eb20ae75c855274d
Merge: de1bb912d7 4b73dfc72b
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>
Merge pull request #48 from torgeir/master
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))))