mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 13:24:13 +01:00
Allow things like :com! foo\n \ echo 1\n \ echo 2
This commit is contained in:
@@ -1994,7 +1994,7 @@ const Dactyl = Module("dactyl", {
|
||||
dactyl.execute(init);
|
||||
else {
|
||||
if (rcFile) {
|
||||
io.source(rcFile.path, true);
|
||||
io.source(rcFile.path, false);
|
||||
services.get("environment").set("MY_" + config.idName + "RC", rcFile.path);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user