summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-23 10:46:09 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-23 10:46:09 -0700
commit99a0df89509711e1dd4d8a147c6a99d364e2d9ab (patch)
tree988996f4ee3071eb9ff9098e164914557d577acf
parent[emacs] remove orgmode's elpa repo. (diff)
downloademacs.d-99a0df89509711e1dd4d8a147c6a99d364e2d9ab.tar.gz
[emacs] set the fci-rule-color to red.
Diffstat (limited to '')
-rw-r--r--emacs.d/packages.el2
1 files changed, 1 insertions, 1 deletions
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