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
..
autoload.el Fix #5176 (again): wrong interactive arg to gt/gT commands 2021-07-08 18:41:48 -04:00
config.el fix(tabs): wrong-type-arg stringp (Git "...") error 2022-06-20 02:07:42 +02:00
packages.el bump: :ui 2022-03-31 21:08:31 +02:00
README.org Move :ui tabbar to :ui tabs 2019-08-11 02:05:09 -04:00

ui/tabs

Description

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

Module Flags

This module provides no flags.

Plugins