adapts emacs installation
This commit is contained in:
parent
034aaeef35
commit
7d61f45d94
1 changed files with 9 additions and 1 deletions
|
|
@ -95,7 +95,15 @@
|
||||||
brews = [
|
brews = [
|
||||||
"mas"
|
"mas"
|
||||||
"go"
|
"go"
|
||||||
"emacs-plus@30"
|
{
|
||||||
|
name = "emacs-plus@30";
|
||||||
|
args = [
|
||||||
|
"with-mailutils"
|
||||||
|
"with-debug"
|
||||||
|
"with-imagemagick"
|
||||||
|
];
|
||||||
|
restart_service = "changed";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue