Skip to content

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 emacs

Programs

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.0
  • 29.1.0, 28.2.0

Latest Version: 30.2.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) emacs -- $SHELL -i

Dependencies

This package depends on:

  • gnome.org/libxml2^2.10.3
  • invisible-island.net/ncurses^6.3.0
  • libjpeg-turbo.org^2.1.5.1
  • gnu.org/sed^4.9.0
  • gnu.org/texinfo^7.0.1
  • gnu.org/libidn2^2.3
  • gnutls.org^3.6
  • zlib.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(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.