Skip to content

Commit

Permalink
feat: add Lean 4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Nov 5, 2024
1 parent 201c8ee commit c4de52c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,20 @@ Point free or die. Stack based, array oriented, general purpose programming lang
:mode "\\.ua\\'")
#+end_src

** Theorem provers

For now, this is only Lean:

#+begin_src emacs-lisp
(use-package lean4-mode
:straight (lean4-mode
:type git
:host github
:repo "leanprover/lean4-mode"
:files ("*.el" "data"))
:commands (lean4-mode))
#+end_src

** My Emacs Lisp packages

Here I plan to add small packages I write from time to time, mainly for non-trivial editing
Expand Down

0 comments on commit c4de52c

Please sign in to comment.