persp-mode.el
bufler.el
persp-mode.el | bufler.el | |
---|---|---|
15 | 25 | |
419 | 466 | |
1.0% | 1.1% | |
7.3 | 7.4 | |
8 months ago | about 1 year ago | |
Emacs Lisp | Emacs Lisp | |
- | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
persp-mode.el
- Trying to use emacs like a terminal multiplexer: Is there any way to restore window/tab layouts?
-
Reordering perspectives/tabs (where is :tabmove in vim)
I'm just switching to emacs (a noob). As far as I understood, doom uses " persp-mode.el " package instead of emacs built-in tab-mode. In order to reorder the tabs, tab-mode has tab-move and vim has tabmove. How can we do the same for doom?
-
Launch emacsclient without create new workspace
I assume that it's the workspaces module in Doom Emacs which is powered by persp-mode.el.
-
Multi project management - perspective, persp-mode, tab-bar-mode, or...?
But I'm rethinking about my approach, as tab-bar-mode would give me nice visual help (#3), and it seems difficult to recover a perspective using perspective, and persp-mode may be a better fit in that sense (#4). The Treemacs integration isn't working for me either, and I get the same list of file trees for all perspectives -- I'm pretty sure I'm doing something stupid, but this was handled nicely with Doom Emacs's workspace support (#5). But perspective seems to work best for segregated buffer list (#1).
-
Does Emacs provide the ability to separate your `.emacs.d` directory from your "working/project directory"?
I’ll also add that along with project.el/projectile persp-mode can be configured to work as you desire. persp-mode allows you to create different perspectives (or groups) of buffers. I usually have a few different perspectives and a project open in each of them.
-
Workspaces in Emacs
You could try perspective or persp-mode
- tree/directory package that only shows certain directory?
-
Any tips to manage different projects while retaining split layout?
Doom achieves this via persp-mode.
-
Windows, Frames... great...but sessions?!
The workspaces module in Doom uses persp-mode.
-
Ideas for writing a first extension useful to others.
Built-in elisp -- are there libraries in emacs that could be extended? Here are two ideas: project.el is a great start but is lacking in some ways, especially as compared to an external library like projectile.el. Could you write up something to extend project.el's functionality by comparison? Similarly, tab-bar-mode is great, but one thing it is missing is a way to group buffers by tab, as something like persp-mode does. Could you write something that would extend this functionality to cover that case?
bufler.el
- Release 0.3 · alphapapa/bufler.el (Dynamic, automatic buffer grouping and workspaces)
-
Recommendations for window-buffer-layout packages?
No problem, I know that time is limited. There have already been a couple of issues filed about TRAMP, e.g. https://github.com/alphapapa/bufler.el/issues/63 If you last tried Bufler before those issues were filed, maybe give it another try; otherwise, please do chime in on that one when you get a chance.
- Tmux sessions-like package for Emacs?
-
Bit new to eMacs but any tips to recreate a similar modern layout?
The package I've written that provides tools for grouping buffers into something like "workspaces" would be Bufler: https://github.com/alphapapa/bufler.el See bufler-workspace-mode. It has many more features which are described in its readme.
-
dired navigation without infinite buffers
What are you trying to convince me about? :D :D :D. To start with I recommended to you to use ibuffer, and I can recommend you even to check up Bufler if you are heavy ibuffer user.
-
Suggestion for a mode/package that groups buffers by frame/projectile?
Bufler has a lot of options in how to group buffers: https://github.com/alphapapa/bufler.el
-
Emacs for Professionals
Others have mentioned the awesome projectile, but I think it should be said that Emacs now has built in project.el which has come in leaps and bounds (though probably still lacks some projectile features).
I use project.el alongside consult[1] which has many convenient wrapper functions over built-in ones, like an enhanced `switch-to-buffer` with project support. I am actually using an even tighter integration called consult-project-extra[2].
The most advanced and overkill solution would probably be to use bufler.el[3] which basically allows you to define your custom logic for buffer grouping.
[1] https://github.com/minad/consult
[2] https://github.com/Qkessler/consult-project-extra
[3] https://github.com/alphapapa/bufler.el
-
bufferlo: per frame|tab buffer lists
It's not designed to work that way, but it's theoretically possible. Especially, when I refactor parts of Bufler to use Taxy, it will be easy to make certain grouping keys non-consuming. See https://github.com/alphapapa/bufler.el/issues/69
-
New Package: Zetteldesk.el - A tool for revision and outlining built on top of Org-Roam
Regarding the buffer-switching part of this package, you might look at https://github.com/alphapapa/bufler.el and consider how you could implement it through Bufler.
-
Buffer-isolated workspaces for emacs with tab-bar and project.el
See also https://github.com/alphapapa/bufler.el Its readme also links to related projects.
What are some alternatives?
perspective-el - Perspectives for Emacs.
doomemacs - An Emacs framework for the stubborn martian hacker
dotemacs - My emacs configuration.
popper - Emacs minor-mode to summon and dismiss buffers easily.
burly.el - Save and restore frames and windows with their buffers in Emacs