summary refs log tree commit diff
path: root/mew.el
diff options
context:
space:
mode:
Diffstat (limited to 'mew.el')
-rw-r--r--mew.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/mew.el b/mew.el
index ab9c986..1d141cf 100644
--- a/mew.el
+++ b/mew.el
@@ -9,3 +9,6 @@
 
 (put 'if 'scheme-indent-function 1)
 (put 'match 'scheme-indent-function 1)
+
+(put '-> 'scheme-indent-function #'(lambda (_ _ _) 1))
+(put '->> 'scheme-indent-function #'(lambda (_ _ _) 1))