emacs 
GNU Emacs text editor
Package Information 
- Domain: 
gnu.org/emacs - Name: 
emacs - Homepage: Not specified
 - Source: View on GitHub
 
Installation 
bash
# Install with launchpad
launchpad install emacsPrograms 
This package provides the following executable programs:
emacs
Available Versions 
Show all 7 versions
30.2.0,30.1.0,29.4.0,29.3.0,29.2.029.1.0,28.2.0
Latest Version: 30.2.0
Install Specific Version 
bash
# Install specific version
sh <(curl https://pkgx.sh) emacs -- $SHELL -iDependencies 
This package depends on:
gnome.org/libxml2^2.10.3invisible-island.net/ncurses^6.3.0libjpeg-turbo.org^2.1.5.1gnu.org/sed^4.9.0gnu.org/texinfo^7.0.1gnu.org/libidn2^2.3gnutls.org^3.6zlib.net^1.2
Usage Examples 
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.emacs
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links 
This documentation was auto-generated from package data.