Added top-level .dir-locals.el that sets-up the luajit executable

This commit is contained in:
Dimiter 'malkia' Stanev
2012-10-10 18:34:41 -07:00
parent 91bdf966c8
commit 89f1ae461f
3 changed files with 2 additions and 2 deletions
Executable
+2
View File
@@ -0,0 +1,2 @@
((lua-mode . ((eval . (set (make-local-variable 'lua-default-application)
(concat (locate-dominating-file buffer-file-name ".dir-locals.el") "luajit32"))))))
-1
View File
@@ -1 +0,0 @@
((lua-mode . ((lua-default-application . "../luajit32"))))
-1
View File
@@ -1 +0,0 @@
((lua-mode . ((lua-default-application . "../../../luajit32"))))