pinwheel: Don't use dialogue boxes for prompts; use the minibuffer

This commit is contained in:
Alexander Heldt
2023-10-22 16:21:26 +02:00
parent 8873b1f982
commit 5e653993a4

View File

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