From ec7841bb5879cf0729befab46bcfdbcec67671bb Mon Sep 17 00:00:00 2001 From: rekado Date: Mon, 4 Jul 2016 22:52:45 +0200 Subject: fill-column-indicator: Make prettier. --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 447d900..a490836 100644 --- a/init.el +++ b/init.el @@ -115,6 +115,8 @@ (put 'narrow-to-page 'disabled nil) (require 'fill-column-indicator) +(setq fci-rule-use-dashes t) +(setq fci-dash-pattern 0.3) (add-hook 'prog-mode-hook 'fci-mode) ;; keep the cursor centered to avoid sudden scroll jumps -- cgit v1.2.3