installs emacs via brew
This commit is contained in:
parent
f080f674bf
commit
c1f702a2f8
1 changed files with 10 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
|||
|
||||
taps = [
|
||||
"homebrew/services"
|
||||
"d12frosted/emacs-plus"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
|
|
@ -94,6 +95,15 @@
|
|||
brews = [
|
||||
"mas"
|
||||
"go"
|
||||
{
|
||||
name = "emacs-plus@30";
|
||||
args = [
|
||||
"with-mailutils"
|
||||
"with-debug"
|
||||
"with-imagemagick"
|
||||
"with-elrumo2-icon"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue