branch: master
commit 216b009ca859add1464849c9a0017e07b2fde7e0
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>
Add .dir-locals and update .gitignore
---
.dir-locals.el | 3 +++
.gitignore | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..064a938
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,3 @@
+
+((emacs-lisp-mode
+ (indent-tabs-mode)))
diff --git a/.gitignore b/.gitignore
index 9b4291b..10facf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Compiled
*.elc
-
# Packaging
.cask
+data/
\ No newline at end of file