Home

Awesome

emacs mint mode

Major mode for mint lang.

Installing

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))

Using leaf.el and Guix

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)

Features

Planned roadmap

Help wanted with these!

Screenshots

Mint syntax highlight example Mint syntax highlight example Mint auto formatting example