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

Frame option opens with splits from existing window #36

Open
SamHasler opened this issue Mar 5, 2018 · 2 comments
Open

Frame option opens with splits from existing window #36

SamHasler opened this issue Mar 5, 2018 · 2 comments

Comments

@SamHasler
Copy link

SamHasler commented Mar 5, 2018

Is it possible to make the (setq atomic-chrome-buffer-open-style 'frame) option not "inherit" the splits from an existing window.

(Also, is there any reason why the frame cannot be made to behave like a "server-edit" buffer so that with C-x # the buffer can be killed (and prompted to save if edits exist), and the frame closed at the same time. Should I open a separate issue for that?)

@seagle0128
Copy link

I am experiencing the same issue here. The style is frame, but creating a new frame and splitting the window. I think the expected behavior is creating a new frame with full window.

@seagle0128
Copy link

I use this workaround for now: (add-hook 'atomic-chrome-edit-mode-hook 'delete-other-windows).

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