feat(emacs/lean-settings): add lean-show-proofstate-in-minibuffer option
This commit is contained in:
parent
53f79ec9c2
commit
0d8658d762
1 changed files with 5 additions and 0 deletions
|
@ -129,4 +129,9 @@ false (nil)."
|
||||||
:group 'lean
|
:group 'lean
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
|
(defcustom lean-show-proofstate-in-minibuffer nil
|
||||||
|
"Set this variable to true to show proof state at minibuffer."
|
||||||
|
:group 'lean
|
||||||
|
:type 'boolean)
|
||||||
|
|
||||||
(provide 'lean-settings)
|
(provide 'lean-settings)
|
||||||
|
|
Loading…
Reference in a new issue