mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
Add a module for the lean theorem prover
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
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))
|
Reference in New Issue
Block a user