Merge pull request #1005 from rejeep/allow-custom-emacs

Allow custom emacs binary.
This commit is contained in:
Steve Purcell 2013-09-01 10:23:29 -07:00
commit 721b857e2d

View file

@ -3,7 +3,7 @@ PKGDIR := ./packages
RCPDIR := ./recipes
HTMLDIR := ./html
WORKDIR := ./working
EMACS := emacs
EMACS ?= emacs
EVAL := $(EMACS)