fix(emacs/lean-mode.el): typo
This commit is contained in:
parent
0fed6129df
commit
a5da840593
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ placeholder, call lean-server with --hole option, otherwise call
|
|||
(char-equal cb ?\r))))
|
||||
(lean-exec-at-pos "lean-hole" "*Lean Goal*" "--hole"))
|
||||
(t
|
||||
(lean-exec-at-pos "lean-goal" "*Lean Goal*" "--goal"))))
|
||||
(lean-exec-at-pos "lean-goal" "*Lean Goal*" "--goal")))))
|
||||
|
||||
(defun lean-std-exe ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue