diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-10-21 20:37:43 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-10-21 20:37:43 +0300 |
| commit | d2b5a2b993b1e0d286850e2644a8b19d5904b096 (patch) | |
| tree | 0f4abb252a7d13513416211264e6200841796c64 | |
| parent | 58c188560c2935d500852ebb03f00f832c61cc72 (diff) | |
more indentation specs
| -rw-r--r-- | .dir-locals.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3c181f6..e0d3e5a 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,8 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((fennel-mode . ((eval . (put 'fn* 'fennel-indent-function 'defun))))) +((fennel-mode . ((eval . (put 'when-some 'fennel-indent-function 1)) + (eval . (put 'if-some 'fennel-indent-function 1)) + (eval . (put 'when-let 'fennel-indent-function 1)) + (eval . (put 'if-let 'fennel-indent-function 1)) + (eval . (put 'fn* 'fennel-indent-function 'defun))))) |