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'."