summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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: