do not ask for 'yes' when exiting

This commit is contained in:
陆柯 2023-09-16 10:46:47 +08:00
parent 65c82cbe6a
commit c711d70823

View File

@ -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"))