feat(emacs/lean-input): add lean-input-export-translations-to-stdout
This commit is contained in:
parent
a1c1fcb2f0
commit
c8e1ed9551
1 changed files with 5 additions and 0 deletions
|
@ -1120,3 +1120,8 @@ leanprover.github.io/js/input-method.js"
|
|||
|
||||
(insert (format "\"},\n" input))))
|
||||
(insert "};")))
|
||||
|
||||
(defun lean-input-export-translations-to-stdout ()
|
||||
(lean-input-export-translations)
|
||||
(with-current-buffer "*lean-translations*"
|
||||
(princ (buffer-string))))
|
||||
|
|
Loading…
Reference in a new issue