• R/O
  • SSH

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Révision aaacc9a541a8c736a762202f8d9824f6fbc40941
Taille 142 octets
l'heure 2014-08-31 22:28:04
Auteur Lorenzo Isella
Message de Log

A code needed to use emacs as an external editor for mutt.

Content

( setq
     auto-mode-alist
     ( cons '("/tmp/mutt.*$" . post-mode) auto-mode-alist )
   )
   (add-hook 'mail-mode-hook 'turn-on-auto-fill)