This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |