aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 3fb80554668875f002a4b0c16fe43797a90a327d (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))))