commit 893629b557095e3551eaf166db189e4abcbb7a7d
parent 27acc3af3656fc91a4590388c29921bac013d579
Author: Leandro Cardoso <leandrocardoso@gmail.com>
Date: Thu, 21 Jan 2021 21:11:52 -0300
add :extend to transient-separator
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1798,7 +1798,8 @@
((t (:underline nil :background ,(solarized-color-blend yellow-l s-base3 0.2)))))
`(transient-mismatched-key
((t (:underline nil :background ,(solarized-color-blend red-l s-base3 0.2)))))
- `(transient-separator ((t (:background ,s-line))))
+ `(transient-separator ((t (,@(and (>= emacs-major-version 27) '(:extend t))
+ :background ,s-line))))
;;;;; tuareg
`(tuareg-font-lock-governing-face ((,class (:foreground ,magenta :weight bold))))
`(tuareg-font-lock-multistage-face ((,class (:foreground ,blue :background ,base02