Rev. | aaacc9a541a8c736a762202f8d9824f6fbc40941 |
---|---|
サイズ | 142 バイト |
日時 | 2014-08-31 22:28:04 |
作者 | Lorenzo Isella |
ログメッセージ | A code needed to use emacs as an external editor for mutt. |
( setq
auto-mode-alist
( cons '("/tmp/mutt.*$" . post-mode) auto-mode-alist )
)
(add-hook 'mail-mode-hook 'turn-on-auto-fill)