Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 395 Bytes

sml.org

File metadata and controls

24 lines (17 loc) · 395 Bytes

SML / NJ

SML Mode

Standard ML Mode (Standard ML Of New Jersey) smlnj

(use-package sml-mode
  :ensure t)

SML for Org mode inline

(use-package ob-sml
  :ensure t)

Provide this so that it may be required.

(provide 'sml)