summary refs log tree commit diff
path: root/mew.el
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-10-13 22:28:53 +0200
committerLeah Neukirchen <leah@vuxu.org>2022-10-13 22:28:53 +0200
commit124dc273e9661bea8c0fe8a2b7ccb298a605872d (patch)
tree515e8b7be4357d627ace705d36e7930008d3db56 /mew.el
parentd0a2c47a11aeb37075b99b47d451d467fdb41f1d (diff)
downloadmew-124dc273e9661bea8c0fe8a2b7ccb298a605872d.tar.gz
mew-124dc273e9661bea8c0fe8a2b7ccb298a605872d.tar.xz
mew-124dc273e9661bea8c0fe8a2b7ccb298a605872d.zip
add nesting macros -> and ->>
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))