From 4924dfd57d75114d7efb70044cdfb92150a8a852 Mon Sep 17 00:00:00 2001 From: Jorge Javier Araya Navarro Date: Fri, 13 Mar 2020 19:54:47 -0600 Subject: [PATCH] Add /langs in the instructions as well --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8d3f0c1..fb3a69a6 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ help: ## Prints target and a help message .PHONY: build build: ## Build the bindings @./bin/build - @echo "[!!] in Emacs add $(PWD) to load-path:\n\n\t(add-to-list 'load-path \"$(PWD)/lisp\")\n" + @echo "[!!] in Emacs add $(PWD) to load-path:\n\n\t(add-to-list 'load-path \"$(PWD)/lisp\")\n\n\t(add-to-list 'load-path \"$(PWD)/langs\")" .PHONY: ensure/% ensure/%: ## Download grammar for a given language