X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=.dir-locals.el;fp=.dir-locals.el;h=9d9f8cd178c96e16ded975a09045d09e0d5b2f19;hb=e80dfc163e06f9bd9300d096f384bf418ac3062f;hp=0000000000000000000000000000000000000000;hpb=866c918072dcfd9f9f44ef075833fc56e0f35337;p=catta diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..9d9f8cd --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,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))) +)