From: Michal Sojka Date: Fri, 16 Oct 2015 22:32:26 +0000 (+0200) Subject: Add Emacs configuration X-Git-Url: https://rtime.felk.cvut.cz/gitweb/linux-conf-perf.git/commitdiff_plain/5a6022c2e1031a138855832bdf85f4ab4847da5a Add Emacs configuration --- diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..d1a87f8 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((python-mode + (indent-tabs-mode . t) + (tab-width . 4))) diff --git a/.gitignore b/.gitignore index bd44b75..c99a18f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .* !.gitignore !.novaboot +!.dir-locals.el *.o