feat(emacs/lean-settings): add lean-show-proofstate-in-minibuffer option

This commit is contained in:
Soonho Kong 2014-10-28 14:05:41 -07:00
parent 53f79ec9c2
commit 0d8658d762

View file

@ -129,4 +129,9 @@ false (nil)."
:group 'lean
: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)