branch: elpa/llama
commit b9842c6aa84be021b0397f83d8fee84df904ad11
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Add .dir-locals.el
---
.dir-locals.el | 2 ++
llama.el | 4 +---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..3a491ef96b
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((emacs-lisp-mode
+ (indent-tabs-mode . nil)))
diff --git a/llama.el b/llama.el
index 2ff3402a7f..3b8eb553a7 100644
--- a/llama.el
+++ b/llama.el
@@ -501,7 +501,5 @@ expansion, and the looks of this face should hint at that.")
llama-fontify-mode llama--turn-on-fontify-mode)
(provide 'llama)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
+
;;; llama.el ends here