diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 22:40:26 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-18 22:40:26 -0700 |
commit | 491b17d2a9fd02bc75443985b44b7a070749e8bf (patch) | |
tree | 38c750a671a9029b9d929933bbccec8bb82a30d3 /emacs.d | |
parent | [emacs] disable flycheck on eldoc. (diff) | |
download | emacs.d-491b17d2a9fd02bc75443985b44b7a070749e8bf.tar.gz |
[emacs] fix configuration for fci
Diffstat (limited to '')
-rw-r--r-- | emacs.d/packages.el | 1 |
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 |