leanprover / lean3-mode

Emacs mode for Lean
Apache License 2.0
69 stars 17 forks source link

feature request: Please expose lean-message-boxes-enabledp as defcustom #10

Closed dagit closed 6 years ago

dagit commented 6 years ago

I'm a new lean-mode user and I find that it is really nice to have lean-message-boxes-enabledp on by default. I first checked customize to see if I could change the default but it is declared with defvar so I was unable to configure it via customize. It's a trivial matter for emacs experts to add the following to their init.el, but I think it would be even better if this option was exposed to customize:

(setq-default lean-message-boxes-enabledp t)

Thank you!