From c711d708232875b4b685bf7dfc0a3dfd911e8e0c Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 16 Sep 2023 10:46:47 +0800 Subject: [PATCH] do not ask for 'yes' when exiting --- nixhome/.emacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixhome/.emacs b/nixhome/.emacs index d2e38ed..f61c570 100644 --- a/nixhome/.emacs +++ b/nixhome/.emacs @@ -108,9 +108,9 @@ (setq next-line-add-newlines nil) ;; query before exit: -(setq kill-emacs-query-functions - (cons (lambda () (yes-or-no-p "Really kill Emacs?")) - kill-emacs-query-functions)) +;(setq kill-emacs-query-functions +; (cons (lambda () (yes-or-no-p "Really kill Emacs?")) +; kill-emacs-query-functions)) ;; select a tags table: ; (setq tags-table-list '("path1" "path2"))