branch: elpa/spacemacs-theme
commit 00356dc91c7301bb7f8fcd1a2a9070055784d141
Author: Vincent Zhang <[email protected]>
Commit: Vincent Zhang <[email protected]>
Fix mismatch parens.
---
spacemacs-common.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 2eb341b330..dd32140d86 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -532,8 +532,9 @@ to 'auto, tags may not be properly aligned. "
;;;;; display-line-numbers-mode (Emacs 26+)
(when (>= emacs-major-version 26)
- `(line-number ((,class (:foreground ,lnum :background ,bg2)))))
- `(line-number-current-line ((,class (:foreground ,base :background
,bg2))))))
+ `(line-number ((,class (:foreground ,lnum :background ,bg2))))
+ `(line-number-current-line ((,class (:foreground ,base :background
,bg2)))))
+
;;;;; linum-relative
`(linum-relative-current-face ((,class (:foreground ,comp))))