mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fixed the problem where 'load Unix' would never be appended to onStart
This commit is contained in:
parent
c5c44ec44a
commit
c8cafb6f45
@ -56,6 +56,7 @@ import utils
|
|||||||
|
|
||||||
def configure(onStart, afterConnect, advanced):
|
def configure(onStart, afterConnect, advanced):
|
||||||
from questions import expect, anything, something, yn
|
from questions import expect, anything, something, yn
|
||||||
|
onStart.append('load Unix')
|
||||||
cmdLine = utils.findBinaryInPath('aspell')
|
cmdLine = utils.findBinaryInPath('aspell')
|
||||||
if not cmdLine:
|
if not cmdLine:
|
||||||
cmdLine = utils.findBinaryInPath('ispell')
|
cmdLine = utils.findBinaryInPath('ispell')
|
||||||
|
Loading…
Reference in New Issue
Block a user