margin for mutt mode

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-11-24 18:49:41 +00:00
parent 36744cc2a9
commit beeb52edcc
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ class Mutt(mode.Fundamental):
'stuff': ('default', 'default', 'bold'),
}
actions = [MuttInsertSpace, MuttWrapParagraph]
config = {
'mutt.margin': 72,
}
def __init__(self, w):
mode.Fundamental.__init__(self, w)
self.add_bindings('learn-word', ('C-c l',))