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 = [
|
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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue