aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autowrap.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/autowrap.lua b/autowrap.lua
index 686f110..85d4c24 100644
--- a/autowrap.lua
+++ b/autowrap.lua
@@ -3,9 +3,7 @@ local config = require "core.config"
local command = require "core.command"
local DocView = require "core.docview"
-if not config.autowrap_files then
- config.autowrap_files = { "%.md$", "%.txt$" }
-end
+config.autowrap_files = { "%.md$", "%.txt$" }
local on_text_input = DocView.on_text_input