aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: f11c0238fa45b81a423b31a315ee9fd42a1b32bc (about) (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-License-Identifier: CC0-1.0
;;
;; Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org>

((scheme-mode
  .
  ;; Add guile indentation hints
  ((eval . (put 'start-stack 'scheme-indent-function 1)))
  ((eval . (put 'with-parameters* 'scheme-indent-function 2)))))