summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-02-18 19:10:12 +0000
committerYann Herklotz <git@yannherklotz.com>2023-02-18 19:10:12 +0000
commit59e0c4e9e4eafdb4736cd27ef1575a8ecec3b513 (patch)
tree215bb18494d0d720c64b0f8692922706e7c54a11
parent0605d0afdb1224741d454648ea0eb5bf265574e2 (diff)
downloadymh-emacs-59e0c4e9e4eafdb4736cd27ef1575a8ecec3b513.tar.gz
ymh-emacs-59e0c4e9e4eafdb4736cd27ef1575a8ecec3b513.zip
Fix fill-column indicator
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
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