simplified command syntax for rendering

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-04-16 15:20:57 +00:00
parent 015eb1fad1
commit 64f4699e47
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class HTML(mode.Fundamental):
grammar = HTMLGrammar grammar = HTMLGrammar
colors = {} colors = {}
config = { config = {
'html.viewcmd': 'jfirefox', 'html.viewcmd': 'firefox&',
} }
def __init__(self, w): def __init__(self, w):