GitXplorerGitXplorer
a

emacs-snap

public
77 stars
13 forks
12 issues

Commits

List of commits on branch master.
Verified
dcf309a41e1e78a5597477b30f613ed7385f45b3

Merge branch 'core22'

aalexmurray committed 3 months ago
Verified
33316213539046e2dfc36b24906aecd270da1538

Port to core24 and add hacks for native-comp

aalexmurray committed 3 months ago
Verified
108f98678cd8abec04a06cb2fe4113b6ef35cf01

Add libxapian{30,-dev} to stage-packages for issue #92

aalexmurray committed 5 months ago
Verified
176061eb965cf945e7627ce87bb16ec5a03f8a4d

Merge remote-tracking branch 'fapdash/tree-sitter-0.22.6'

aalexmurray committed 7 months ago
Verified
284ebbd37f6ff2db737455676f8e28292de66fb6

Fixup version

aalexmurray committed 7 months ago
Unverified
34d04fe158b70cf84e68b4cb19c16ffb9ac55a64

Update tree-sitter part to latest upstream release "v0.22.6"

ffapdash committed 7 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