branch: elpa/spacemacs-theme
commit 87c9fd3d55182a06e99f19fa880a349b655d85a5
Merge: f2d5304185 816c75b855
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>
Merge pull request #21 from xuchunyang/patch-1
Remove obsolete helm-grep-running face
---
spacemacs-common.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index ad9e6c6248..5a35f151c4 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -309,7 +309,6 @@
`(helm-grep-finish ((,class (:foreground ,base :background ,bg1))))
`(helm-grep-lineno ((,class (:foreground ,base :background ,bg1))))
`(helm-grep-match ((,class (:foreground nil :background nil :inherit
helm-match))))
- `(helm-grep-running ((,class (:foreground ,func :background ,bg1))))
`(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil
:box nil))))
`(helm-header-line-left-margin ((,class (:foreground ,inf :background
,nil))))
`(helm-match ((,class (:inherit match))))