mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 03:00:11 +00:00
[provisioning] Fix installation of mu
This commit is contained in:
parent
d78de30fff
commit
55a410a430
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ _brew isync
|
||||||
_recipe emacs
|
_recipe emacs
|
||||||
case $_PLATFORM in
|
case $_PLATFORM in
|
||||||
darwin)
|
darwin)
|
||||||
EMACS=$(which emacs) _brew mu --with-emacs --HEAD
|
EMACS=$(which emacs) _brew mu --HEAD
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
_recipe _apt
|
_recipe _apt
|
||||||
|
|
Loading…
Reference in a new issue