simplified command syntax for rendering
--HG-- branch : pmacs2
This commit is contained in:
parent
015eb1fad1
commit
64f4699e47
|
@ -23,7 +23,7 @@ class HTML(mode.Fundamental):
|
|||
grammar = HTMLGrammar
|
||||
colors = {}
|
||||
config = {
|
||||
'html.viewcmd': 'jfirefox',
|
||||
'html.viewcmd': 'firefox&',
|
||||
}
|
||||
|
||||
def __init__(self, w):
|
||||
|
|
Loading…
Reference in New Issue