.emacs.d/init.el

This commit is contained in:
Tom Willemsen 2012-09-15 02:04:55 +02:00
parent ab024745fa
commit 1391c88fe8

View file

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