Add a module for the lean theorem prover

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2019-09-07 02:18:51 +09:00
parent 1539387747
commit dbf9e9e2c7
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/lean/packages.el
(package! lean-mode)
(when (featurep! :completion company)
(package! company-lean))