emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Option for saving all buffers always?


From: Noam Postavsky
Subject: Re: Option for saving all buffers always?
Date: Mon, 5 Aug 2019 10:25:16 -0400

On Mon, 5 Aug 2019 at 09:53, Lars Ingebrigtsen <address@hidden> wrote:
>
> Noam Postavsky <address@hidden> writes:
>
> > I guess (setq-default buffer-save-without-query t) might work though.
>
> That will make Emacs offer to save even the buffers that aren't
> connected to files.  :-)

Hah, you're right. Maybe

(add-hook 'find-file-hook (lambda () (setq buffer-save-without-query t)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]