ui/tabbar: rewrite

Not that you should use this module. It is now more of an experiment to
get more conventional tab-like functionality in Emacs, without the help
of tabbar-mode, which doesn't actually do what we want.

Over time I may improve this (or not).
This commit is contained in:
Henrik Lissner 2019-05-15 22:27:40 -04:00
parent 40d2d4d222
commit 016ba359e5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 91 additions and 36 deletions

View file

@ -1,5 +1,7 @@
#+TITLE: :ui tabbar
This module adds a tabbar to the Emacs UI.
This module adds an Atom-esque tab bar 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.
I don't recommend you use this module. It is here for reference, is unstable and
may be removed some day. I find ivy, helm or even ~buffer-menu~ to be better
suited for buffer management.