diff options
author | David Robillard <d@drobilla.net> | 2010-12-26 06:54:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-26 06:54:44 +0000 |
commit | 6e019adde8f27ae16848296da7904c29f7845b4b (patch) | |
tree | 66abf402f8d94bdc93be65b1e58d0b27ba5fb789 | |
parent | 7ed8bd637f77fc0c9abab2bf149c31d33f08a050 (diff) | |
download | resp-6e019adde8f27ae16848296da7904c29f7845b4b.tar.gz resp-6e019adde8f27ae16848296da7904c29f7845b4b.tar.bz2 resp-6e019adde8f27ae16848296da7904c29f7845b4b.zip |
Indent let decently.
git-svn-id: http://svn.drobilla.net/resp/resp@351 ad02d1e2-f140-0410-9f75-f8b11f17cedd
-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) |