atomic-chrome icon indicating copy to clipboard operation
atomic-chrome copied to clipboard

Frame option opens with splits from existing window

Open SamHasler opened this issue 6 years ago • 2 comments

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

SamHasler avatar Mar 05 '18 11:03 SamHasler

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 avatar Dec 07 '18 11:12 seagle0128

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

seagle0128 avatar Dec 07 '18 11:12 seagle0128