ema2159 / centaur-tabs

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

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

Closed tomasfarias closed 2 months ago

tomasfarias commented 11 months 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.