Skip to content

Commit

Permalink
feat: Add lean4-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Dec 27, 2023
1 parent 87c0db7 commit f703c8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,11 @@ This function should only modify configuration layer settings."
(copilot :location (recipe
:fetcher github
:repo "zerolfx/copilot.el"
:files ("*.el" "dist"))))
:files ("*.el" "dist")))
(lean4-mode :location (recipe
:fetcher github
:repo "leanprover/lean4-mode"
:files ("*.el" "data"))))
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()

Expand Down

0 comments on commit f703c8a

Please sign in to comment.