diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-28 08:05:02 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-08-02 14:16:22 -0400 |
| commit | 6b9bebbb3d4210f2efe8e40bc83bcf60ec673512 (patch) | |
| tree | 3a5fdc8d0395fbc68a1d027854f68991788ce267 /.dir-locals.el | |
| parent | f12a35cfa22092a7e3157c94abfef8335f86ac1c (diff) | |
.dir-locals.el: Specify indentation rule for with-shepherd-action.
* .dir-locals.el (scheme-mode) <with-shepherd-action>: New indentation rule.
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index a4fcbfe7ca9..aaa48ab5527 100644 --- a/.dir-locals.el +++ b/.dir-locals.el | |||
| @@ -141,6 +141,8 @@ | |||
| 141 | 141 | ||
| 142 | (eval . (put 'with-paginated-output-port 'scheme-indent-function 1)) | 142 | (eval . (put 'with-paginated-output-port 'scheme-indent-function 1)) |
| 143 | 143 | ||
| 144 | (eval . (put 'with-shepherd-action 'scheme-indent-function 3)) | ||
| 145 | |||
| 144 | ;; This notably allows '(' in Paredit to not insert a space when the | 146 | ;; This notably allows '(' in Paredit to not insert a space when the |
| 145 | ;; preceding symbol is one of these. | 147 | ;; preceding symbol is one of these. |
| 146 | (eval . (modify-syntax-entry ?~ "'")) | 148 | (eval . (modify-syntax-entry ?~ "'")) |
