mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
8 lines
239 B
EmacsLisp
8 lines
239 B
EmacsLisp
|
; emacs local configuration settings for notmuch source
|
||
|
; surmised by dkg on 2010-11-23 13:43:18-0500
|
||
|
|
||
|
((c-mode . ((indent-tabs-mode . t)
|
||
|
(tab-width . 8)
|
||
|
(c-basic-offset . 4)
|
||
|
(c-file-style . "linux"))))
|