installs emacs via brew

This commit is contained in:
Dennis Schoepf 2025-09-07 20:04:23 +02:00
parent f080f674bf
commit c1f702a2f8

View file

@ -83,6 +83,7 @@
taps = [ taps = [
"homebrew/services" "homebrew/services"
"d12frosted/emacs-plus"
]; ];
masApps = { masApps = {
@ -94,6 +95,15 @@
brews = [ brews = [
"mas" "mas"
"go" "go"
{
name = "emacs-plus@30";
args = [
"with-mailutils"
"with-debug"
"with-imagemagick"
"with-elrumo2-icon"
];
}
]; ];
casks = [ casks = [