summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-15 02:04:55 +0200
committerGravatar Tom Willemsen2012-09-15 02:04:55 +0200
commit1391c88fe889d8c92cddaf1f1d3a5983ffb81f33 (patch)
tree6711c4c6511a7d966357538f229f0a3770cb5d0d /.emacs.d
parentab024745fa51b03e3cc4fff01d0c0e6203174f3a (diff)
downloaddotfiles-1391c88fe889d8c92cddaf1f1d3a5983ffb81f33.tar.gz
dotfiles-1391c88fe889d8c92cddaf1f1d3a5983ffb81f33.zip
.emacs.d/init.el
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index fd03cd2..983d384 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -497,7 +497,7 @@ When dealing with braces, add another line and indent that too."
(c-set-offset 'arglist-intro '+)
(c-set-offset 'arglist-close '0)
(rainbow-delimiters-mode)
- (setq fci-rule-column 81))
+ (setq fci-rule-column 80))
(defun oni:prog-mode-func ()
"Function for `prog-mode-hook'."