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.
As described in #215, the
first
function fromcl.el
appears to be deprecated in favor ofcl-first
fromcl-lib.el
(this being a requirement of centaur-tabs).This PR simply replaces a usage of
first
forcl-first
to address an error when navigating the interactive menu.