summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-07-13 21:10:45 +0200
committerMartin Polden <mpolden@mpolden.no>2021-07-13 21:10:45 +0200
commitcd1d26484afc586e5713e32595bb86ea0d874707 (patch)
tree79300dc0b7b89fcf0d360b3956ff1e770c88b16c /Makefile
parent12076c099e3f18c656264d43bac79a528402ee87 (diff)
makefile: Update install-emacs command
Diffstat (limited to 'Makefile')
-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