summaryrefslogtreecommitdiff
path: root/helm-occur.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2020-10-04 11:20:11 +0200
committerThierry Volpiatto <thievol@posteo.net>2020-10-04 11:20:11 +0200
commitd30c025c942b7cba33f8f9bdc9622b742beaa442 (patch)
tree206df6a6f7ecbc866801b5a7f57244f9872286a1 /helm-occur.el
parent19d2ba9d36615f1dea6be6cd6dcf5792dfefc45b (diff)
Fix helm-occur faces
Diffstat (limited to 'helm-occur.el')
-rw-r--r--helm-occur.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-occur.el b/helm-occur.el
index 494d508d..57d70b7f 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -125,13 +125,13 @@ Note that when using `buffer-substring' initialization will be slower."
(defface helm-moccur-buffer
`((t ,@(and (>= emacs-major-version 27) '(:extend t))
- (:foreground "DarkTurquoise" :underline t)))
+ :foreground "DarkTurquoise" :underline t))
"Face used to highlight occur buffer names."
:group 'helm-occur)
(defface helm-resume-need-update
`((t ,@(and (>= emacs-major-version 27) '(:extend t))
- (:background "red")))
+ :background "red"))
"Face used to flash occur buffer when it needs update."
:group 'helm-occur)