aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index 69b60ac2..46e3db83 100644
--- a/init.lua
+++ b/init.lua
@@ -10,9 +10,7 @@ local paths = {
}
package.path = table.concat(paths, ';')
-if not user_dofile('init.lua') then
-require 'textadept'
-end
+if not user_dofile('init.lua') then require 'textadept' end
if not RESETTING then
-- for Windows, create arg table from single command line string (arg[0])