From 4334c3b98b4d8f4c5de96a6d5e394941aa255d73 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 19 Mar 2022 09:17:35 +0000 Subject: emacs: Confirm before quitting --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 321aa88..c16fcca 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -29,11 +29,12 @@ fill-column 72) (setq backup-by-copying t + confirm-kill-emacs #'y-or-n-p display-time-24hr-format t inhibit-startup-screen t recenter-positions '(3 middle top bottom) require-final-newline t - ring-bell-function 'ignore + ring-bell-function #'ignore sentence-end-double-space nil show-paren-delay 0 uniquify-buffer-name-style 'post-forward-angle-brackets -- cgit v1.2.3-70-g09d2