diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-21 10:20:07 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-21 10:20:07 -0700 |
commit | eb5502d30b978c3dea028609565022b1d087b8fc (patch) | |
tree | c4b9e299a0c199aa8ce1de24166af524777bcbe1 /emacs.d | |
parent | [bash] fix alias for emacs. (diff) | |
download | emacs.d-eb5502d30b978c3dea028609565022b1d087b8fc.tar.gz |
[emacs] configure fci to highlight column 100.
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 4530cc7..cfc4e98 100644 --- a/emacs.d/packages.el +++ b/emacs.d/packages.el @@ -34,7 +34,7 @@ :defer t :init (progn - (setq-default fci-rule-column 80) + (setq-default fci-rule-column 100) (add-hook 'prog-mode-hook 'fci-mode))) (use-package flycheck |