summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 9d9f8cd178c96e16ded975a09045d09e0d5b2f19 (plain)
1
2
3
4
5
6
7
; Sets emacs variables based on mode.
; A list of (major-mode . ((var1 . value1) (var2 . value2)))
; Mode can be nil, which gives default values.

((nil . ((indent-tabs-mode . nil)
         (tab-width . 8)))
)