summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2024-03-18 15:22:43 +0100
committerMartin Polden <mpolden@mpolden.no>2024-03-18 15:22:43 +0100
commite984563a32f1ab3cd892ccc973c9160c0b25aa2a (patch)
tree6424027e6010a22076a02c5f571eb7838b5a540b
parentd591da9170b6b6ad34b3e1c9c10fb974a722a458 (diff)
makefile: add install-emacs-plus
-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: