aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
diff options
context:
space:
mode:
authorPhil Crosby2010-01-18 00:24:18 -0800
committerPhil Crosby2010-01-18 00:24:18 -0800
commit3f1cdef638d5a0fdf832788fc90776d571d47fb8 (patch)
treec52fad803afd0dc72cab2937e14c216d019fdc3e /vimiumFrontend.js
parentf0358dad04862e00452bfcb987d222a934e32c69 (diff)
downloadvimium-3f1cdef638d5a0fdf832788fc90776d571d47fb8.tar.bz2
Make the characters used in link hints a user-configurable option. Fixes #66.
I'll clean up the way we store and handle default options shortly.
Diffstat (limited to 'vimiumFrontend.js')
-rw-r--r--vimiumFrontend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js
index fef755e4..6f417f88 100644
--- a/vimiumFrontend.js
+++ b/vimiumFrontend.js
@@ -5,7 +5,7 @@
* commands by connectiong to a port named "domReady".
*/
var settings = {};
-var settingsToLoad = ["scrollStepSize"];
+var settingsToLoad = ["scrollStepSize", "linkHintCharacters"];
var getCurrentUrlHandlers = []; // function(url)