Skip to content

Instantly share code, notes, and snippets.

View antonymerle's full-sized avatar
🎯
Focusing

Antony Merle antonymerle

🎯
Focusing
View GitHub Profile
@antonymerle
antonymerle / build-emacs.sh
Last active October 18, 2024 20:21 — forked from abidanBrito/build-emacs.sh
Build GNU Emacs from source.
#!/usr/bin/env bash
## Author: Abidán Brito
## Adapted by Antony Merle for Arch Linux with KDE 6 and Wayland
## This script builds GNU Emacs 29.1 with support for native elisp compilation,
## tree-sitter, libjansson (C JSON library), Wayland, and mailutils.
# Exit on error and print out commands before executing them.
set -euxo pipefail