diff options
author | Arun Isaac | 2021-12-28 15:16:43 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-30 13:49:08 +0530 |
commit | b20337396153d3ed6455b7b9458f9344858014c4 (patch) | |
tree | 686d2266d6811229ca938c91cb57603fcd559299 | |
parent | fb1c6ec292fde649faa7d1e83f86b433f3651b82 (diff) | |
download | kolam-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.el | 5 |
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))) |