Default fill column should be 77; only 120 in certain modes.
This commit is contained in:
parent
7965eac4e6
commit
6258d9369e
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
'(c-label-offset -4)
|
||||
'(fast-lock-cache-directories (quote ("~/flc-cache")))
|
||||
'(fast-lock-minimum-size nil)
|
||||
'(fill-column 120)
|
||||
'(fill-column 77)
|
||||
'(find-file-run-dired t)
|
||||
'(font-lock-global-modes t)
|
||||
'(font-lock-maximum-size nil)
|
||||
|
|
@ -218,6 +218,7 @@
|
|||
(turn-on-auto-fill)
|
||||
(flyspell-prog-mode)
|
||||
(define-key c-mode-base-map "\C-m" 'c-context-line-break)
|
||||
(set-fill-column 120)
|
||||
(local-set-key "}" 'indent-on-closing-bracket))
|
||||
|
||||
(add-hook 'c-mode-common-hook 'my-c-common-hook)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue