aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorArun Isaac2021-04-16 23:19:15 +0530
committerArun Isaac2021-04-16 23:58:11 +0530
commit34b020eecc80157677d18350f8e7cc1f115c330a (patch)
treeeba77ef7bb03cc9b6d986fb8c89249b9bb89a5ae /.dir-locals.el
parent90ad7ea7d04ff9a399dbb69191177484a5574e54 (diff)
downloadccwl-34b020eecc80157677d18350f8e7cc1f115c330a.tar.gz
ccwl-34b020eecc80157677d18350f8e7cc1f115c330a.tar.lz
ccwl-34b020eecc80157677d18350f8e7cc1f115c330a.zip
Add .dir-locals.el for emacs.
* .dir-locals.el: New file.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..0e2f8c5
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,9 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil
+ (indent-tabs-mode))
+ (scheme-mode
+ (eval put 'set-input-source 'scheme-indent-function nil)
+ (eval put 'set-step-in 'scheme-indent-function nil)
+ (eval put 'lambda** 'scheme-indent-function 1)))