aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-12-31 16:39:25 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-12-31 16:39:25 -0500
commitae8dddf78ef5b07f4d64471d8f6800746373af6e (patch)
tree7c823a6df24dbec739559953e1c5d044067e226b /modules/textadept/session.lua
parentd9b2bf4b99d13e18f0ca4939e7f2ccc75472a846 (diff)
downloadtextadept-ae8dddf78ef5b07f4d64471d8f6800746373af6e.tar.gz
textadept-ae8dddf78ef5b07f4d64471d8f6800746373af6e.zip
Code cleanup.
Diffstat (limited to 'modules/textadept/session.lua')
-rw-r--r--modules/textadept/session.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index ce92febd..217f8101 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.lua
@@ -19,11 +19,9 @@ module('_m.textadept.session')]]
-- * `MAX_RECENT_FILES` [number]: The maximum number of files from the recent
-- files list to save to the session. The default is `10`.
--- settings
M.DEFAULT_SESSION = _USERHOME..'/session'
M.SAVE_ON_QUIT = true
M.MAX_RECENT_FILES = 10
--- end settings
---
-- Loads a Textadept session file.