Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 834 Bytes

Textadept Common

Some functions, key commands and modifications that change Textadept's default behaviour. It contains modifications to Mitchell's Textadept modules, code from Brian Schott and others who posted to the mailing list or the Textadept wiki. It is licensed under the MIT license.

Installation

Download a zipped version and save the contained directory as .textadept/modules/common or clone the git repository:

cd ~/.textadept/modules
git clone https://github.com/rgieseke/ta-common.git common

Put

common = require 'common'

in your .textadept/init.lua

See also the annotated source: http://rgieseke.github.com/ta-common