Major mode for mint lang.
Using use-package
and straight.el
Add the following to your ~/.emacs
config and restart your editor:
(use-package mint-mode
:straight (mint-mode
:type git
:host github
:repo "creatorrr/emacs-mint-mode"
:files ("tokens" "mint-mode.el"))
:mode ("\\.mint\\'" . mint-mode))
Install leaf.el and emacs-mint-mode to your default profile with the following command:
guix install emacs-leaf emacs-mint-mode
Add the following to your ~/.emacs
or ~/.emacs.d/init.el
:
(leaf mint-mode)
- Syntax highlighting
Help wanted with these!