summary refs log tree commit diff
path: root/emacs.d/packages.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-21 10:20:07 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-21 10:20:07 -0700
commiteb5502d30b978c3dea028609565022b1d087b8fc (patch)
treec4b9e299a0c199aa8ce1de24166af524777bcbe1 /emacs.d/packages.el
parent[bash] fix alias for emacs. (diff)
downloademacs.d-eb5502d30b978c3dea028609565022b1d087b8fc.tar.gz
[emacs] configure fci to highlight column 100.
Diffstat (limited to 'emacs.d/packages.el')
-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 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