Add a new cube to support Idris

This commit is contained in:
Sameer Rahmani 2023-07-21 10:45:46 +01:00
parent ac9d50256c
commit 0d19827489
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 8 additions and 0 deletions

View File

@ -37,5 +37,13 @@
:config (add-hook 'coq-mode-hook #'company-coq-mode)))
(->cube idris-mode
"Add support for the Idris programming language to FG42.
For more info checkout [[https://github.com/idris-hackers/idris-mode]]"
:config
(require 'flycheck-idris)
(add-hook 'idris-mode-hook #'flycheck-mode))
(provide 'cubes/proof)
;;; proof.el ends here