From 83077bc62fe959fc2a17f2bd854c19e0fc93bcb8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 8 Sep 2021 07:59:34 -0500 Subject: Change circe server kill option --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 8263b05..af42a16 100644 --- a/init.el +++ b/init.el @@ -235,13 +235,13 @@ AKA, DO NOT USE THIS FUNCTION!!!" circe-command-QUIT :after (defun circe-quit@kill-buffer (&rest _) - (let ((circe-server-killed-confirmation nil)) + (let ((circe-server-killed-confirmation 'kill-all)) (with-circe-server-buffer (kill-buffer)))) circe-command-GQUIT :after (defun circe-gquit@kill-buffer (&rest _) - (let ((circe-server-killed-confirmation nil)) + (let ((circe-server-killed-confirmation 'kill-all)) (dolist (buf (circe-server-buffers)) (with-current-buffer buf (kill-buffer)))))) -- cgit 1.4.1-21-gabe81