mirror of
https://github.com/vxcontrol/lualibs-waffi.git
synced 2026-07-01 10:05:34 -04:00
Added top-level .dir-locals.el that sets-up the luajit executable
This commit is contained in:
Executable
+2
@@ -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 +0,0 @@
|
||||
((lua-mode . ((lua-default-application . "../luajit32"))))
|
||||
@@ -1 +0,0 @@
|
||||
((lua-mode . ((lua-default-application . "../../../luajit32"))))
|
||||
Reference in New Issue
Block a user