yonta / sml-emacs

Standard ML environment in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Emacs environment to develop Standard ML code

This is a minimal Emacs environment for Standard ML. It is for begginers, who have some resone to write SML with Emacs.

sml-mode company-mlton flycheck-mlton

Requirements

  • Emacs (>= 24.1)
  • MLton (>= v20130715) or SML# (>= v3.4.0)

Setup

  1. copy .emacs.d/init.el in this repository, to ~/.emacs.d/init.el in your home path.
  2. launch Emacs.
  3. open .sml file and edit.

License

MIT License. See LICENSE.

About

Standard ML environment in Emacs

License:MIT License


Languages

Language:Emacs Lisp 100.0%