diff options
| author | 2016-10-19 22:51:07 +0200 | |
|---|---|---|
| committer | 2016-10-19 22:51:07 +0200 | |
| commit | e3d8ff0e9a8dda853a4b7e3cee1f8a4f23bd2832 (patch) | |
| tree | 3aadff7e5cea75ddb219f953ea670e557149de24 /conkeror/.conkerorrc | |
| parent | def20784b83e5724187f2ae55f4a0f5b0b1bced5 (diff) | |
| download | new-dotfiles-e3d8ff0e9a8dda853a4b7e3cee1f8a4f23bd2832.tar.gz new-dotfiles-e3d8ff0e9a8dda853a4b7e3cee1f8a4f23bd2832.zip | |
Fix load_path
Diffstat (limited to 'conkeror/.conkerorrc')
| -rw-r--r-- | conkeror/.conkerorrc/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conkeror/.conkerorrc/init.org b/conkeror/.conkerorrc/init.org index aa888fa..56f43af 100644 --- a/conkeror/.conkerorrc/init.org +++ b/conkeror/.conkerorrc/init.org @@ -78,7 +78,7 @@ Add the ~site-js/~ directory to the load path. path.append('.conkerorrc'); path.append(new_path); - load_paths.push(path); + load_paths.push("file://" + path.path); } } |
