From 5e653993a4f60e2004d1844f4b85a7cf900020b6 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 22 Oct 2023 16:21:26 +0200 Subject: [PATCH] pinwheel: Don't use dialogue boxes for prompts; use the minibuffer --- hosts/pinwheel/modules/emacs/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index beee6a0..4c0a4e9 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -166,6 +166,7 @@ #+BEGIN_SRC emacs-lisp (setq confirm-kill-emacs nil) (setq confirm-kill-processes nil) + (setq use-dialog-box nil) (define-advice delete-frame (:around (oldfun &rest args) confirm-frame-deletion) "Confirm deleting the frame."