Update README
Update README
Changes naked domain to use www as it has a bad cert
Major mode for mint lang.
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))
leaf
Add the following to your ~/.emacs
or ~/.emacs.d/init.el
:
(leaf mint-mode
:mode ("\\.mint\\'" . mint-mode))
mint format
Help wanted with these!