I have a lot of frames always open in emacs. Like I use emacsclient (daemon) and almost never restart my computer, these frames are never close. I could close one with C-x k
but how to close all opened frames?
How can I close all opened frames in emacsclient?
1.1k views Asked by ppr At
2
This seems to work acceptably. It will ask you if one of the buffers on the kill list has unsaved changes.
I have a feeling the loop to kill buffers could be done more elegantly -- please suggest improvements!