Skip to content

dmacvicar/textadept-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textadept Emacs Compatibility Module

TextAdept is an extensible cross-platform text editor for programmers. It has been written in C and Lua and is fully extensible. This module currently addes a handful of Emacs features to TextAdept including the basic key bindings as well as interactive function support. More features will be added over time.

Installation

In your $HOME/.textadept/modules directory, clone the repository:

$ git clone http://github.com/pkazmier/textadept-emacs.git emacs

Then in your $HOME/.textadept/init.lua file, add the following lines:

-- Load emacs compatibility mode
_M.emacs = require 'emacs'

-- Activate the emacs keybindings if desired
_M.emacs.keys.enable()

About

Textadept Emacs Compatibility Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%