about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-22 18:12:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-22 18:23:04 -0700
commit555726a87daf815d71e73c89749f56d0ac525717 (patch)
treea9a4c18615eea6e94fc6a47ef606a29bfc9afe55 /main.lua
parentf1eba43ed3d4a2bf24b8666bfcaab582c4b23601 (diff)
downloadtext.love-555726a87daf815d71e73c89749f56d0ac525717.tar.gz
rename
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 551451c..168eabb 100644
--- a/main.lua
+++ b/main.lua
@@ -1,4 +1,7 @@
 local utf8 = require 'utf8'
+
+require 'app'
+
 require 'keychord'
 require 'file'
 require 'button'
@@ -7,7 +10,6 @@ local Drawing = require 'drawing'
 local geom = require 'geom'
 require 'help'
 require 'icons'
-require 'run'
 
 -- a line is either text or a drawing
 -- a text is a table with: