diff options
Diffstat (limited to 'doc/08_Preferences.md')
-rw-r--r-- | doc/08_Preferences.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index 36bab575..e4fbe4cf 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -37,6 +37,10 @@ your *~/.textadept/init.lua*: textadept.editing.TYPEOVER_CHARS = false textadept.editing.STRIP_TRAILING_SPACES = false +To always hide the tab bar: + + ui.tabs = false + Now suppose you want to load all of Textadept's default modules except for the menu. You cannot do this after-the-fact from *~/.textadept/init.lua*. Instead you need Textadept to load your own module rather than the default one. Copy the |