GitXplorerGitXplorer
a

emacs-snap

public
77 stars
13 forks
12 issues

Commits

List of commits on branch master.
Verified
c724787cccaefadb4292cd7f0f3368f354b98eb6

Update tree-sitter to latest upstream release v0.24.4

aalexmurray committed 2 months ago
Verified
52f2db50dcc17be242f5481ae36481acf7e3a7eb

Switch grade to stable

aalexmurray committed 2 months ago
Verified
f1ae0040196d5dde9e67745d90c39ead75684218

Fixup linker script to use our libc_nonshared.a

aalexmurray committed 3 months ago
Verified
d836623bc7781cb9a594076d44310d9113a64e0a

Use gcc-14 since this is the default in core24

aalexmurray committed 3 months ago
Verified
2c7ffe7915508a250876ad8a2e991415edd28d1c

Cleanup snapcraft.yaml to conform to latest core24 recommendations

aalexmurray committed 3 months ago
Verified
46b1b33162dfca467cb1ebd23588f128a2629a64

setup-env: put sysroot under its own directory to keep things cleaner

aalexmurray committed 3 months ago

README

The README file for this repository.

GNU Emacs logo

GNU Emacs


GNU Emacs in a snap - the extensible, customizable, self-documenting real-time display editor

GNU Emacs GNU Emacs

Installation

Get it from the Snap Store

sudo snap install emacs --classic

(Don't have snapd installed?)

Build it yourself

# clone this repo
git clone https://github.com/alexmurray/emacs-snap
cd emacs-snap

# install snapcraft and multipass tooling needed to build the snap in a reproducible way
sudo snap install snapcraft --classic
sudo snap install multipass --beta --classic

# build the snap
snapcraft

# install the snap (--dangerous signals this is not signed and hence not trusted)
sudo snap install ./emacs*.snap --dangerous