Files
doomemacs/modules/ui/tabs
Henrik Lissner 8b93e8b15c fix(tabs): wrong-type-arg stringp (Git "...") error
Newer versions of project.el changed the return value of
`project-current` to a three-part list, rather than a cons cell.
centaur-tabs expects the old signature and we get a type error.

This advice ensures centaur-tabs works with old or new versions of
project, and is a temporary measure until the issue is resolved
upstream.

Ref: ema2159/centaur-tabs#181
Fix: #6280
2022-06-20 02:07:42 +02:00
..
2022-03-31 21:08:31 +02:00

ui/tabs

Description

This module adds an Atom-esque tab bar to the Emacs UI.

Module Flags

This module provides no flags.

Plugins