diff options
-rw-r--r-- | support/emacs/resp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/emacs/resp.el b/support/emacs/resp.el index d3a6301..515f4e5 100644 --- a/support/emacs/resp.el +++ b/support/emacs/resp.el @@ -384,6 +384,7 @@ See `run-hooks'." (put 'def 'resp-indent-function 1) (put 'match 'resp-indent-function 1) (put 'fn 'resp-indent-function 1) +(put 'let 'resp-indent-function 'resp-let-indent) (provide 'resp) |