ema2159 / centaur-tabs

Emacs plugin aiming to become an aesthetic, modern looking tabs plugin
GNU General Public License v3.0
757 stars 51 forks source link

fix: Replace deprecated first for cl-first from cl-lib #216

Closed tomasfarias closed 6 months ago

tomasfarias commented 1 year ago

As described in #215, the first function from cl.el appears to be deprecated in favor of cl-first from cl-lib.el (this being a requirement of centaur-tabs).

This PR simply replaces a usage of first for cl-first to address an error when navigating the interactive menu.