Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
394 stars 44 forks source link

Remove cl dependency & lexical-binding = t #115

Closed hlissner closed 4 years ago

hlissner commented 4 years ago

Inspired by #108, this PR removes persp-mode's dependency on the deprecated cl library and activates lexical-binding (needed to replace uses of lexical-let).

If this is too drastic a change, an alternative is to wrap (require 'cl) with (eval-when-compile ...), since its macros aren't needed at runtime.

Fixes #107.

hlissner commented 4 years ago

Anything blocking this?

Bad-ptr commented 4 years ago

Anything blocking this?

Nothing, just a lack of time and "level of priority" this project has for my mind ;) etc...

Thanks for your work, I will merge it soon.

Bad-ptr commented 4 years ago

at last :)