feat(emacs/lean-settings): pass 'pp.width' to lean via linja

Close #28
This commit is contained in:
Soonho Kong 2014-09-05 16:35:01 -07:00
parent 4c0379586d
commit f958e534bd

View file

@ -56,7 +56,7 @@
:group 'lean
:type 'string)
(defcustom lean-flycheck-checker-options '("--flycheck")
(defcustom lean-flycheck-checker-options '("--flycheck" "120")
"lean-flychecker checker option"
:group 'lean)