1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 19:35:45 +01:00

Get rid of silly config.helpFiles.

--HG--
branch : xslt
rename : common/components/chrome-data.js => common/components/protocols.js
This commit is contained in:
Kris Maglione
2009-10-25 20:06:50 -04:00
parent 10091e0fd1
commit 486ac5954a
7 changed files with 119 additions and 59 deletions

View File

@@ -135,17 +135,6 @@ const config = { //{{{
hasTabbrowser: true,
// TODO : Write intro.html and tutorial.html
// they are sorted by relevance, not alphabetically
helpFiles: [
"intro.html", /*"tutorial.html",*/ "starting.html", "player.html",
"browsing.html", "buffer.html", "cmdline.html", "insert.html",
"options.html", "pattern.html", "tabs.html", "hints.html", "map.html",
"eval.html", "marks.html", "repeat.html", "autocommands.html",
"print.html", "gui.html", "styling.html", "message.html",
"developer.html", "various.html", "index.html", "version.html"
],
modes: [["PLAYER", { char: "p" }]],
get ignoreKeys() {