Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 663 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 663 Bytes

cm-fomus adds fomus functionality to cm. It is a seperate package depending on fomus and cm which enhances modularity, as you can use either fomus as standalone packages.

Installation

  • install cm and fomus

  • Put the cm-fomus folder to a place where asdf will find ist (or, if using quicklisp into ~/quicklisp/local-projects/ and then

(require 'cm-fomus)
(in-package :cm)

Note: cm-fomus is not a package on its own. It simply imports the fomus symbols into cm and evaluates the cm specific fomus related functions within the :cm package.