]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Add Emacs configuration
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Oct 2015 22:32:26 +0000 (00:32 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Oct 2015 22:32:26 +0000 (00:32 +0200)
.dir-locals.el [new file with mode: 0644]
.gitignore

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..d1a87f8
--- /dev/null
@@ -0,0 +1,6 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((python-mode
+  (indent-tabs-mode . t)
+  (tab-width . 4)))
index bd44b7598e1e7eccce81df34865cd99646e041fe..c99a18ff579b4b7b2aa544c1450a427349e1271c 100644 (file)
@@ -2,6 +2,7 @@
 .*
 !.gitignore
 !.novaboot
+!.dir-locals.el
 
 *.o