Set default 80 for Emacs fill-paragraph

This commit is contained in:
Lenjoy Lin 2016-01-22 21:33:47 -08:00
parent 2a576b1397
commit 289a502c4a

View File

@ -97,6 +97,7 @@ Suitable for inclusion in `c-offsets-alist'."
c-semi&comma-no-newlines-before-nonblanks))
(c-indent-comments-syntactically-p . t)
(comment-column . 40)
(fill-column . 80)
(c-indent-comment-alist . ((other . (space . 2))))
(c-cleanup-list . (brace-else-brace
brace-elseif-brace