Minecraft mcFunction support
This commit is contained in:
12
init.el
12
init.el
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user