Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 665 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 665 Bytes

Author: Noah Peart noah.v.peart@gmail.com
URL: https://github.com/nverno/company-sml

Emacs completion support for SML using company mode

Install:

You will need to install company-mode and to add this file to your load-path, ie

(add-to-list 'load-path path/to/this/file)

Then either create autoloads/compile with make file and load the autoloads or just add to your .emacs

(require 'company-sml)
(add-hook 'company-sml 'company-sml-setup)

Example:

example


Converted from company-sml.el by el2markdown.