summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3a7e8c..e5902fb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,7 @@ install:
install-emacs:
ifdef BREW
- brew tap railwaycat/emacsmacport
- brew install --cask emacs-mac
+ brew install --cask emacs
else
$(error brew command not found)
endif