c: Remove the max line length
This commit is contained in:
parent
3acff166fb
commit
a618a4f31d
1 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
||||||
;; set c style to linux and indention to 2
|
;; set c style to linux and indention to 2
|
||||||
(setq c-default-style "linux"
|
(setq c-default-style "linux"
|
||||||
c-basic-offset 2)
|
c-basic-offset 2)
|
||||||
|
|
||||||
;; set max line length to 100
|
|
||||||
(add-hook 'c-mode-hook
|
|
||||||
(lambda ()
|
|
||||||
(set-fill-column 100)))
|
|
||||||
|
|
Loading…
Reference in a new issue