diff options
author | garga <garga@FreeBSD.org> | 2005-10-27 17:57:12 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-27 17:57:12 +0800 |
commit | 573c0dd0bcaabf4ffb5e9a61fa3186d2e04cf381 (patch) | |
tree | 1e412c58f3619eeb521de3735ca6458c6218d5e6 /editors/Makefile | |
parent | ae7b4ac49ade5df48e2c7968c0549f3f5b8e9964 (diff) | |
download | freebsd-ports-gnome-573c0dd0bcaabf4ffb5e9a61fa3186d2e04cf381.tar.gz freebsd-ports-gnome-573c0dd0bcaabf4ffb5e9a61fa3186d2e04cf381.tar.zst freebsd-ports-gnome-573c0dd0bcaabf4ffb5e9a61fa3186d2e04cf381.zip |
JED is a highly customizable text editor offering most of the
commonly used features of EMACS without the proportions of EMACS. The default
configuration uses EMACS keystrokes, though WordStar keystrokes are
available, and most any keystrokes can be programmed.n JED is customizable
and programmable in the language SLANG, which can look like forth or c,
depending on your preferences.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 48ff14490e48..7ff4c3e30d81 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -82,6 +82,7 @@ SUBDIR += iiimecf SUBDIR += impress SUBDIR += jed + SUBDIR += jed-devel SUBDIR += jedit SUBDIR += jedit-devel SUBDIR += jext |