1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:17:59 +01:00

:source support

This commit is contained in:
Martin Stubenschrott
2007-04-20 15:03:06 +00:00
parent 43f25cee76
commit c560289b0a
4 changed files with 16 additions and 12 deletions

View File

@@ -283,7 +283,13 @@ function init()
// firefox preferences which we need to be changed to work well with vimperator
set_firefox_pref("browser.startup.page", 3); // start with saved session
logMessage("Initialized");
// at the very last, read a ~/.vimperatorrc
source("~/.vimperatorrc", true);
logMessage("~/.vimperatorrc sourced");
}
function unload()