aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorArun Isaac2024-08-20 23:27:13 +0100
committerArun Isaac2024-08-20 23:45:53 +0100
commit49e4c75bcfc81380c0e055c0d4f13c6f226b92ad (patch)
treea80fd742deef82ce187261afd0d0edf4868ca039 /.dir-locals.el
downloadravanan-49e4c75bcfc81380c0e055c0d4f13c6f226b92ad.tar.gz
ravanan-49e4c75bcfc81380c0e055c0d4f13c6f226b92ad.tar.lz
ravanan-49e4c75bcfc81380c0e055c0d4f13c6f226b92ad.zip
Initial commit
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..dd2a894
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,15 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil
+ (fill-column . 80)
+ (indent-tabs-mode))
+ (makefile-gmake-mode
+ (indent-tabs-mode t))
+ (scheme-mode
+ (eval . (put 'assoc-set 'scheme-indent-function 1))
+ (eval . (put 'build-gexp-script 'scheme-indent-function 1))
+ (eval . (put 'call-with-current-directory 'scheme-indent-function 1))
+ (eval . (put 'call-with-temporary-directory 'scheme-indent-function 1))
+ (eval . (put 'maybe-let* 'scheme-indent-function 1))
+ (eval . (put 'maybe-assoc-set 'scheme-indent-function 1))))