summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-18 22:40:26 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-18 22:40:26 -0700
commit491b17d2a9fd02bc75443985b44b7a070749e8bf (patch)
tree38c750a671a9029b9d929933bbccec8bb82a30d3
parent[emacs] disable flycheck on eldoc. (diff)
downloademacs.d-491b17d2a9fd02bc75443985b44b7a070749e8bf.tar.gz
[emacs] fix configuration for fci
Diffstat (limited to '')
-rw-r--r--emacs.d/packages.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/packages.el b/emacs.d/packages.el
index 899ba5c..937d726 100644
--- a/emacs.d/packages.el
+++ b/emacs.d/packages.el
@@ -34,6 +34,7 @@
   :defer t
   :init
   (progn
+    (setq-default fci-rule-column 80)
     (add-hook 'prog-mode-hook 'fci-mode)))
 
 (use-package flycheck