From 5185246c88c46db7d9837ad01fd0c30ff61824af Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 11 Jan 2022 08:55:13 -0500 Subject: [PATCH] emacs: linum format --- emacs/themes/clues-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/themes/clues-theme.el b/emacs/themes/clues-theme.el index 128e8dc..7d7359e 100644 --- a/emacs/themes/clues-theme.el +++ b/emacs/themes/clues-theme.el @@ -84,8 +84,8 @@ (custom-theme-set-variables 'clues - '(fringe-mode 10 nil (fringe)) - '(linum-format " %6d " ) + '(fringe-mode 8 nil (fringe)) + '(linum-format " %4d \u2502 ") '(main-line-color1 "#222232") '(main-line-color2 "#333343") '(powerline-color1 "#222232")