persp-mode.el icon indicating copy to clipboard operation
persp-mode.el copied to clipboard

visual-fill-column-mode breaks persp.

Open roket1428 opened this issue 5 years ago • 1 comments

When you switch between different workspaces with visual-fill-column-mode enabled, it breaks your layout on workspaces. Like it removes all the splits and shows only one and shows random buffer. Tested on both stable and latest 27x branches with vanilla emacs (only visual-fill-column and persp).

roket1428 avatar Feb 01 '20 11:02 roket1428

Well, you can try to use https://github.com/tlh/workgroups.el for storing/restoring window configurations. May be it will work (however it may work only for new window configs so you will lose all currently saved window configurations)

Install workgroups and add these lines to your configuration:

(with-eval-after-load "persp-mode-autoload"
  (setq wg-morph-on nil)
  (setq persp-use-workgroups t))

Bad-ptr avatar Feb 15 '20 18:02 Bad-ptr