More than once I've lost work by accidentally killing a temporary buffer in Emacs. Can I set up Emacs to give me a warning when I kill a buffer not associated with a file?
|
|
|
|
|
|
|
Make a function that will ask you whether you're sure when the buffer has been edited and is not associated with a file. Then add that function to the list `kill-buffer-query-functions'.
EDIT: the following should work if you put it in `kill-buffer-query-functions':
EDIT: To add it to the list, do:
|
||||||
|
|
|
|
|||
|
|
