I use the well known key-binding C-x C-c to quit emacs. However this command asks y/n confirmation to save modified buffers and if there are process buffers (eg. Shell) it also asks for yes/no confirmation before to exit.
I'd like a command that save all modified buffers, then kill emacs. Is there any function that does do this?
confirm-kill-processes
. – phils May 28 '19 at 07:49