Minecraft mcFunction support

This commit is contained in:
2022-11-06 13:13:02 -05:00
parent a8407bfb86
commit 016c60a6d5

12
init.el
View File

@@ -171,7 +171,17 @@
;; Rust related
(use-package rust-mode)
;;
;; End Rust
;; Minecraft Functions
(use-package mcf-mode
:straight (mcf-mode
:package "mcf-mode"
:host github
:type git
:repo "rasensuihei/mcf"))
;; End Minecraft Functions
;;;; Haskell Related
(use-package haskell-mode