summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-09 08:04:07 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-09 08:04:07 +0300
commitef758912f580169799733d94956d720631ccb19b (patch)
treece55d4dbc52c6e0e3f018ebb99d7af42f6997787 /emacs.d
parent40fc2402e0f2aded4930112b51a639de2ff914fe (diff)
downloadliw-dot-files-ef758912f580169799733d94956d720631ccb19b.tar.gz
fix: emacs: don't make current line number smaller than others
Sponsored-by: author
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 1e4c00b..f25de3c 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -174,7 +174,7 @@
(set-face-attribute 'line-number nil
:height 0.8)
(set-face-attribute 'line-number-current-line nil
- :foreground "#ff0000" :height 0.8)
+ :foreground "#ff0000")
;; Enable X CLIPBOARD selection, instead of PRIMARY.
(setq select-enable-clipboard t)