doomemacs/modules/ui/tabbar
Henrik Lissner 91357a3e5d
💥 Replace core-popup with new feature/popup module
This is a breaking change! Update your :popup settings. Old ones will
throw errors!

Doom's new popup management system casts off its shackles (hur hur) and
replaces them with the monster that is `display-buffer-alist`, and
window parameters.

However, this is highly experimental! Expect edge cases.  Particularly
with org-mode and magit (or anything that does its own window
management).

Relevant to #261, #263, #325
2018-01-06 02:17:43 -05:00
..
config.el 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
packages.el
README.org

:ui tabbar

This module adds a tabbar to the Emacs UI.

I don't recommend you use this module. It is here for reference, is unstable and doesn't integrate with Doom's UI well. I find ivy, helm or even buffer-menu to be better suited for buffer management.