From c162ad13e4ae1965619012332d3b5f57c9172e98 Mon Sep 17 00:00:00 2001 From: nashamri Date: Wed, 7 Nov 2018 20:25:33 +0300 Subject: [PATCH] Update comments --- spacemacs-common.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs-common.el b/spacemacs-common.el index 23c75c6..8bea942 100644 --- a/spacemacs-common.el +++ b/spacemacs-common.el @@ -593,7 +593,7 @@ to 'auto, tags may not be properly aligned. " ;;;;; linum-mode `(linum ((,class (:foreground ,lnum :background ,bg2 :inherit default)))) -;;;;; display-line-numbers-mode (Emacs 26+) +;;;;; line-numbers `(line-number ((,class (:foreground ,lnum :background ,bg2 :inherit default)))) `(line-number-current-line ((,class (:foreground ,base :background ,bg2 :inherit line-number))))