Skip to content

Instantly share code, notes, and snippets.

View mberrueta's full-sized avatar

Matias Berrueta mberrueta

View GitHub Profile
@zoliky
zoliky / installing-emacs-from-source-on-debian.txt
Last active January 24, 2026 21:18
Installing Emacs 29.1 from source on Debian 12
Installation
------------
1. Install the build dependencies for Emacs:
$ sudo apt build-dep emacs
$ sudo apt install libtree-sitter-dev
2. Download and unpack the Emacs archive: