9 lines
261 B
EmacsLisp
9 lines
261 B
EmacsLisp
(
|
|
(c++-mode . ((fill-column . 80)
|
|
(indent-tabs-mode . nil)))
|
|
(c-mode . ((fill-column . 80)
|
|
(indent-tabs-mode . nil)))
|
|
(python-mode . ((fill-column . 80)
|
|
(tab-width . 2)
|
|
(indent-tabs-mode . nil)))
|
|
)
|