/eces

Manage .emacs.d

Primary LanguageStandard MLMIT LicenseMIT

Eces

Every Circumstance of Emacs is Separated.

Install

The simplest way of installing the command, using OMake:

$ omake install

It installs the executable into /usr/local/bin.

If you want to specify the install directory:

$ omake install PREFIX=path_you_want_to_install

The build requires basically MLton, but you can choose the build command as the following:

$ omake install SML=standard_ml_compiler_you_like

Contribution

  1. Fork (https://github.com/elpinal/eces/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite and confirm that it passes
  6. Create a new Pull Request

Author

elpinal