pinwheel: Don't use dialogue boxes for prompts; use the minibuffer
This commit is contained in:
@@ -166,6 +166,7 @@
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq confirm-kill-emacs nil)
|
(setq confirm-kill-emacs nil)
|
||||||
(setq confirm-kill-processes nil)
|
(setq confirm-kill-processes nil)
|
||||||
|
(setq use-dialog-box nil)
|
||||||
|
|
||||||
(define-advice delete-frame (:around (oldfun &rest args) confirm-frame-deletion)
|
(define-advice delete-frame (:around (oldfun &rest args) confirm-frame-deletion)
|
||||||
"Confirm deleting the frame."
|
"Confirm deleting the frame."
|
||||||
|
|||||||
Reference in New Issue
Block a user