doomemacs/modules/ui/workspaces/autoload
Henrik Lissner b3bea23331
fix(workspaces): "none" workspace
Doom removes the "none" workspace from persp-mode's default list of
perspectives, because it is a special case that doesn't behave
identically to other persps in the list, making it a pain to deal with.

This worked fine up until a change to `persp-update-names-cache` (in
Bad-ptr/persp-mode.el@0d6cacc) made it re-insert this "none" workspace
into `persp-names-cache` whenever it is called, undoing our hack; this
commit adapts to that change.

Ref: Bad-ptr/persp-mode.el@0d6caccab3
Ref: Bad-ptr/persp-mode.el@b2e68f97cb
Fix: #7986
Amend: 7f3412e317
2024-08-09 15:42:54 -04:00
..
evil.el refactor(workspaces): +workspace/delete: rename to +workspace/kill 2024-07-05 18:05:15 -04:00
workspaces.el fix(workspaces): "none" workspace 2024-08-09 15:42:54 -04:00