mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
- Fixes #1506: unsets uniquify-buffer-name-style to work around breakage in persp-mode having to do with buffers being retrospectively renamed. See Bad-ptr/persp-mode.el#104. - Move creation of main workspace into persp-mode-hook, to ensure main workspace always exists and nil workspace is never active. - Remove +workspaces|init-frame and significantly reduce LOC in +workspaces|init to the bare essentials. This _may_ break persp-mode in daemon Emacs, but I'll deal with that next.