From 99a0df89509711e1dd4d8a147c6a99d364e2d9ab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 23 Jul 2015 10:46:09 -0700 Subject: [emacs] set the fci-rule-color to red. --- emacs.d/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/packages.el b/emacs.d/packages.el index ca74787..19e1944 100644 --- a/emacs.d/packages.el +++ b/emacs.d/packages.el @@ -36,7 +36,7 @@ (setq-default fci-rule-column 100 fci-rule-width 1 fci-rule-character ?│ - fci-rule-color "darkblue") + fci-rule-color "darkred") (add-hook 'prog-mode-hook 'fci-mode))) (use-package flycheck -- cgit 1.4.1