diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2015-07-23 10:46:09 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-23 10:46:09 -0700 |
| commit | 99a0df89509711e1dd4d8a147c6a99d364e2d9ab (patch) | |
| tree | 988996f4ee3071eb9ff9098e164914557d577acf | |
| parent | [emacs] remove orgmode's elpa repo. (diff) | |
| download | emacs.d-99a0df89509711e1dd4d8a147c6a99d364e2d9ab.tar.gz | |
[emacs] set the fci-rule-color to red.
Diffstat (limited to '')
| -rw-r--r-- | emacs.d/packages.el | 2 |
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 |
