Files
doomemacs/modules/ui
Henrik Lissner 6f6302d42d fix(workspaces): clobbering pre-existing workspaces on switch-project
If you used `projectile-switch-project`, the workspaces module would
open a new workspace named after the project, but if a  workspace named
after that project already exists, it is hijacked (e.g. two projects in
'some-project/src' and 'another-project/src' would get the same name:
"src"). This commit uniquifies their names so this doesn't happen, and
also embeds a +workspace-project persp parameter in the workspace so
that they can be disamiguated later (this association is lost if you
rename the workspace manually, however).

Fix: #7637
2025-04-01 03:27:03 -04:00
..
2024-09-14 20:47:39 -04:00
2024-09-14 20:47:39 -04:00
2025-02-24 23:40:00 -05:00
2024-09-14 20:47:39 -04:00
2024-09-14 20:47:39 -04:00
2025-01-09 00:29:57 -05:00
2025-01-09 00:29:57 -05:00
2024-09-14 20:47:39 -04:00
2024-09-14 20:47:39 -04:00
2024-11-19 18:02:04 -05:00
2025-01-09 00:29:57 -05:00
2025-01-09 00:29:57 -05:00
2025-01-09 00:29:57 -05:00
2024-09-14 20:47:39 -04:00
2024-11-19 18:02:04 -05:00
2024-11-19 18:02:04 -05:00
2024-09-14 20:47:39 -04:00

:ui

Description

For modules concerned with changing Emacs' appearance or providing interfaces for its features, like sidebars, tabs, or fonts.

Frequently asked questions

This category has no FAQs yet. Ask one?