aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-12-28 15:16:43 +0530
committerArun Isaac2021-12-30 13:49:08 +0530
commitb20337396153d3ed6455b7b9458f9344858014c4 (patch)
tree686d2266d6811229ca938c91cb57603fcd559299
parentfb1c6ec292fde649faa7d1e83f86b433f3651b82 (diff)
downloadkolam-b20337396153d3ed6455b7b9458f9344858014c4.tar.gz
kolam-b20337396153d3ed6455b7b9458f9344858014c4.tar.lz
kolam-b20337396153d3ed6455b7b9458f9344858014c4.zip
dir-locals: Add Emacs directory local variables.
* .dir-locals.el: New file.
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..484dee7
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil
+ (indent-tabs-mode)))