From e984563a32f1ab3cd892ccc973c9160c0b25aa2a Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Mon, 18 Mar 2024 15:22:43 +0100 Subject: makefile: add install-emacs-plus --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 25e10d9..2367411 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,14 @@ else $(error brew command not found) endif +install-emacs-plus: +ifneq ($(BREW),) + $(BREW) tap d12frosted/emacs-plus + $(BREW) install --with-native-comp emacs-plus +else + $(error brew command not found) +endif + install-lsp: install-lsp-go install-lsp-java install-lsp-python install-lsp-go: -- cgit v1.2.3