mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
8 lines
181 B
EmacsLisp
8 lines
181 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/lean/packages.el
|
|
|
|
(package! lean-mode :pin "65b55b1711")
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-lean :pin "65b55b1711"))
|