summary refs log tree commit diff
path: root/mew.el
diff options
context:
space:
mode:
Diffstat (limited to 'mew.el')
-rw-r--r--mew.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/mew.el b/mew.el
index 1d141cf..baaedc9 100644
--- a/mew.el
+++ b/mew.el
@@ -10,5 +10,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))
+(setq auto-mode-alist
+      (cons '("\\.mew\\'" . scheme-mode)
+            auto-mode-alist))