Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visual-fill-column-mode breaks persp. #110

Open
roket1428 opened this issue Feb 1, 2020 · 1 comment
Open

visual-fill-column-mode breaks persp. #110

roket1428 opened this issue Feb 1, 2020 · 1 comment

Comments

@roket1428
Copy link

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).

@Bad-ptr
Copy link
Owner

Bad-ptr commented Feb 15, 2020

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))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants