1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 21:22:28 +01:00

Move application specific modes to config.modes.

This commit is contained in:
Doug Kearns
2009-05-24 01:56:44 +10:00
parent aeec233730
commit abc11f1068
3 changed files with 10 additions and 5 deletions

View File

@@ -123,6 +123,11 @@ const config = { //{{{
"various.html"
],*/
modes: [
["MESSAGE", { char: "m" }],
["COMPOSE"]
],
optionDefaults: {
showtabline: 1,
},