emacs save all buffers on gud debug command

26 Views Asked by At

I have (setq compilation-ask-about-save nil) in my init.el, so all buffers are saved before running compilation. I would like similar behavior when running gdb and pdb. Is it possible?

0

There are 0 best solutions below