X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=teledactyl%2Fcontent%2Fconfig.js;fp=teledactyl%2Fcontent%2Fconfig.js;h=72215c8610feccc66c60956cbf6a36f822eaf16c;hb=378bd64ab2a4ea1b5c9db33610b0f6aa91807001;hp=0fae1d292864d6bfdb329063630d936d0c9d788b;hpb=18c7ca5d1dae90b58e08cb4146c7d725081dd460;p=dactyl.git diff --git a/teledactyl/content/config.js b/teledactyl/content/config.js index 0fae1d2..72215c8 100644 --- a/teledactyl/content/config.js +++ b/teledactyl/content/config.js @@ -116,10 +116,7 @@ var Config = Module("config", ConfigBase, { modes.main = modes.MESSAGE; } } - }, - - // to allow Vim to :set ft=mail automatically - tempFile: "teledactyl.eml" + } }, { }, { commands: function initCommands(dactyl, modules, window) { @@ -165,4 +162,4 @@ var Config = Module("config", ConfigBase, { } }); -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 sts=4 ts=8 et: