gregsexton / origami.el

A folding minor mode for Emacs
516 stars 41 forks source link

Using `cl-lib` because `cl` is deprecated #98

Closed BiagioFesta closed 1 year ago

BiagioFesta commented 4 years ago

Using cl-lib instead of cl.

satyanash commented 4 years ago

This fixes #90

skrytebane commented 3 years ago

@BiagioFesta I don't think this actually fixes #90.

See https://github.com/gregsexton/origami.el/pull/106/files

rickalex21 commented 1 year ago

Looks like origami-parsers.el requires cl not sure if it's just a matter of changing it to cl-lib?

pataquets commented 1 year ago

See related: #107