From 59e0c4e9e4eafdb4736cd27ef1575a8ecec3b513 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 18 Feb 2023 19:10:12 +0000 Subject: Fix fill-column indicator --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 350d6d7..9efc398 100644 --- a/init.el +++ b/init.el @@ -401,7 +401,9 @@ https://yannherklotz.com")) `(coq-solve-tactics-face ((,c :inherit modus-themes-fg-red))) `(coq-cheat-face ((,c :inherit modus-themes-intense-red :box (:line-width -1 :color ,bg-red-intense - :style nil)))))))) + :style nil)))) + `(fill-column-indicator ((,c :background unspecified + :height unspecified))))))) (modus-themes-load-theme 'modus-vivendi-tinted)) (use-package pass -- cgit