mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
feat(bin): add script for testing leanemacs without installing Lean
This commit is contained in:
9
bin/test_leanemacs
Executable file
9
bin/test_leanemacs
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Script for testing load-lean.el without installing Lean
|
||||
MY_PATH="`dirname \"$0\"`" # relative
|
||||
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
|
||||
|
||||
export LEAN_ROOTDIR="$MY_PATH/.."
|
||||
export LEAN_EMACS_PATH="$MY_PATH/../src/emacs"
|
||||
|
||||
emacs -load $LEAN_EMACS_PATH/load-lean.el -debug-init
|
||||
Reference in New Issue
Block a user