Compare commits
2 commits
9ecedcd89b
...
a618a4f31d
Author | SHA1 | Date | |
---|---|---|---|
a618a4f31d | |||
3acff166fb |
2 changed files with 1 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
||||||
;; syntax coloring
|
;; syntax coloring
|
||||||
(global-font-lock-mode t)
|
(global-font-lock-mode t)
|
||||||
|
|
||||||
;; syntax coloring
|
;; show end of fill-column length
|
||||||
(global-display-fill-column-indicator-mode t)
|
(global-display-fill-column-indicator-mode t)
|
||||||
|
|
||||||
;; paren matching
|
;; paren matching
|
||||||
|
|
|
@ -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