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:
parent
40d2d4d222
commit
016ba359e5
3 changed files with 91 additions and 36 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue