summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
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'."