Add a module for the lean theorem prover
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
parent
1539387747
commit
dbf9e9e2c7
2 changed files with 40 additions and 0 deletions
7
modules/lang/lean/packages.el
Normal file
7
modules/lang/lean/packages.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/lean/packages.el
|
||||
|
||||
(package! lean-mode)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-lean))
|
Loading…
Add table
Add a link
Reference in a new issue