diff options
author | Arun Isaac | 2021-12-04 15:54:45 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-04 15:54:45 +0530 |
commit | c538cd28f8105dee70f3c89d3ed91d6b943402a6 (patch) | |
tree | 903056adfabeec5d3e99512df711b3e8fa777ae1 | |
parent | a508368c4019ad7ff4fed94e794d90eb8b5115de (diff) | |
download | gn-transform-databases-c538cd28f8105dee70f3c89d3ed91d6b943402a6.tar.gz |
Add emacs directory local variables.
* .dir-locals.el: New file.
-rw-r--r-- | .dir-locals.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..dfb0049 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,7 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil + (indent-tabs-mode)) + (scheme-mode + (eval put 'map-alist 'scheme-indent-function 1))) |