From 6169e7d42c434ef6a01b199e0f2729a25b389e43 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 14 Jun 2010 18:21:57 -0400 Subject: Fixes from Robert Gieseke. --- init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init.lua') 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]) -- cgit v1.2.3