Is there a command to kill all buffers in my emacs? instead of having me doing 'Ctrl -k ' one by one until there is no more buffer?
Thank you.
|
Is there a command to kill all buffers in my emacs? instead of having me doing 'Ctrl -k ' one by one until there is no more buffer? Thank you. |
|||
|
|
I am using this function to kill all the buffers in emacs
Works fine for me :-) |
||||
|
M-x I highly recommend binding C-xC-b to
(I've also bound my <menu> key to n.b. You can use C-k and x in the regular |
|||
|
|
|
Highly hack-ish, but does what you want:
Note that Emacs always needs at least one buffer, so you'll end up with an empty scratch buffer again. (Yes, this command also kills stuff like the minibuffer, but it will be restored. As I've written: highly hack-ish.) |
|||
|
|