Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 715 Bytes

File metadata and controls

23 lines (17 loc) · 715 Bytes

e

image of editor window

a text editor designed to be extendable by lua in the same way that emacs can.

the idea is that it should fix most of the usability and user experience issues that emacs has.

this is first time experience with rust and tree sitter so this is barely anything resembling a complete project lol

made for the UWB Hacks From Home hackathon 04/08/2021--04/11/2021 as an exercise in pair programming, rust, issue tracking, and text editor architecture, development continued through 04/21/2021. not currently usable.

build instructions

git clone https://github.com/y-ack/e.git --depth=1 --recursive
cd e
cargo run