From f3bb9601ac824c2ff8fa12e37029bb15177c6583 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 15 Jun 2010 13:21:56 -0400 Subject: Removed user_dofile() of keys and snippets. --- core/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core') diff --git a/core/init.lua b/core/init.lua index 055e09b7..cb880579 100644 --- a/core/init.lua +++ b/core/init.lua @@ -10,8 +10,7 @@ if not lfs.attributes(_USERHOME) then lfs.mkdir(_USERHOME) end if not lfs.attributes(_USERHOME..'/init.lua') then local f = io.open(_USERHOME..'/init.lua', 'w') if f then - f:write("-- 'require' your modules here\n\n") - f:write("require 'textadept' -- should be 'require'd last\n") + f:write("require 'textadept'\n") f:close() end end -- cgit v1.2.3