origami.el
origami.el copied to clipboard
Using `cl-lib` because `cl` is deprecated
Using cl-lib instead of cl.
origami.elalready usescl-lib.emacs-27markedclpackage as deprecated.
This fixes #90
@BiagioFesta I don't think this actually fixes #90.
See https://github.com/gregsexton/origami.el/pull/106/files
Looks like origami-parsers.el requires cl not sure if it's just a matter of changing it to cl-lib?
See related: #107