jed
Programmer's editor using S-Lang scripting for configuration
Jed is a powerful programmer's editor using the S-Lang scripting language for configuration and extensibility. It provides emulation modes for the key bindings of many editors (including Emacs and WordStar), and has syntax highlighting for dozens of languages. Jed is very small and fast.
- Versions: 0.99-19
- Website: https://www.jedsoft.org/jed/
- Licenses: GPL 2+
- Package source: gnu/packages/text-editors.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of jed
as follows:
guix install jed
Or install a particular version:
guix install jed@0.99-19
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of jed about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/jed'><img src='https://packages.guix.gnu.org/packages/jed/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/jed/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/jed)
Example Org:
[[https://packages.guix.gnu.org/packages/jed][https://packages.guix.gnu.org/packages/jed/badges/latest-version.svg]]