Skip to content

nverno/company-sml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published