diff options
| author | Arun Isaac | 2026-04-03 19:49:52 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-03 19:49:52 +0100 |
| commit | be549e815698cf633354447d41bec368b121b523 (patch) | |
| tree | c60d2bf6e341f85ffa0d2c734cc06793c16eb508 /.dir-locals.el | |
| download | kaakaa-main.tar.gz kaakaa-main.tar.lz kaakaa-main.zip | |
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 13 |
1 files changed, 13 insertions, 0 deletions
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)))) |
