diff options
| author | Arun Isaac | 2026-09-23 02:02:01 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-23 02:02:21 +0100 |
| commit | c39bc49529335c2267e5b7c97fd2728cdc17d15c (patch) | |
| tree | eb5db3e97e68af74d16ab84be6030ce94215212b /.dir-locals.el | |
| parent | 92d8cfc7b79c2b5ed46bf14834328d49d82eb3e3 (diff) | |
| download | guile-xapian-c39bc49529335c2267e5b7c97fd2728cdc17d15c.tar.gz guile-xapian-c39bc49529335c2267e5b7c97fd2728cdc17d15c.tar.lz guile-xapian-c39bc49529335c2267e5b7c97fd2728cdc17d15c.zip | |
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3c298da..8050241 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -7,6 +7,7 @@ (indent-tabs-mode t)) (scheme-mode (eval put 'call-with-database 'scheme-indent-function 1) - (eval put 'call-with-writable-database 'scheme-indent-function 1))) + (eval put 'call-with-writable-database 'scheme-indent-function 1) + (eval put 'call-with-temporary-writable-database 'scheme-indent-function 1))) |
