lean4-mode in Emacs

This commit is contained in:
Andrea Ciceri 2025-01-08 15:18:53 +01:00
parent 042e3e787c
commit b67be71d21
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 20 additions and 0 deletions

View file

@ -507,6 +507,8 @@
(use-package dockerfile-ts-mode
:mode "Dockerfile\\'")
(use-package lean4-mode
:mode "\\.lean\\'")
(use-package python-ts-mode
:hook ((python-ts-mode . (lambda ()
(require 'eglot)