3 lines
97 B
EmacsLisp
3 lines
97 B
EmacsLisp
;; set c style to linux and indention to 2
|
|
(setq c-default-style "linux"
|
|
c-basic-offset 2)
|