From be549e815698cf633354447d41bec368b121b523 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 3 Apr 2026 19:49:52 +0100 Subject: Initial commit --- .dir-locals.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..834b37f --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,13 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil + (indent-tabs-mode)) + (makefile-gmake-mode + (indent-tabs-mode t)) + (scheme-mode + (fill-column . 80) + ;; TODO: Font lock define-record-type* and + ;; define-public-record-type* correctly. + (eval . (put 'call-with-container* 'scheme-indent-function 2)) + (eval . (put 'call-with-input-pipe 'scheme-indent-function 1)))) -- cgit 1.4.1