aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
blob: cbdb1f9790f9c30419dca5d60aa1c376a3a5994f (plain)
1
2
3
4
5
6
7
; 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"))))