From bad416848f60a6e06391d2d4dc726424c2370dbe Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 2 Nov 2000 15:42:45 +0000 Subject: Add dte - a simple text editor that uses many of MSDOS EDIT's command shortcuts keybindings. Also makes a nice text editor for use with mailers like mutt. PR: 21811 Submitted by: Steve Horan --- editors/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/Makefile') diff --git a/editors/Makefile b/editors/Makefile index 2378a1d92987..c1e01fbbdc94 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -22,6 +22,7 @@ SUBDIR += custom-emacs SUBDIR += custom-mule SUBDIR += dedit + SUBDIR += dte SUBDIR += e93 SUBDIR += elvis SUBDIR += emacs -- cgit