fix scala-mode on OSX

install scala-mode causes "can not open load file: subst-ksc".
specify ELISP_COMMAND to avoid the error.
This commit is contained in:
Heejong Lee 2012-11-16 18:44:24 +09:00
parent c53b00ccb9
commit ad70ec999d

View File

@ -3,5 +3,6 @@
:type svn
:url "http://lampsvn.epfl.ch/svn-repos/scala/scala-tool-support/trunk/src/emacs/"
:build ("make")
:build/darwin `(,(concat "make ELISP_COMMAND=" el-get-emacs))
:load-path (".")
:features scala-mode-auto)