Skip to content

rgieseke/ta-common

Repository files navigation

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