branch: externals/taxy commit 468e9b9f168efe9328823d59fdd999075ff2f4d5 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Meta: Add .dir-locals.el --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..1f7c4b7 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((emacs-lisp-mode . ((indent-tabs-mode . nil))))