From: Mark Wooding Date: Sat, 8 Dec 2018 23:26:29 +0000 (+0000) Subject: dot/emacs: Don't use dialogue boxes. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/77bef4f348d10e88e76dbad13c64082c1c99bb2d dot/emacs: Don't use dialogue boxes. Particularly with Magit asynchronous operations, they cause annoying popups which are hard to dismiss from the keyboard. --- diff --git a/dot/emacs b/dot/emacs index 51245cf..97c0174 100644 --- a/dot/emacs +++ b/dot/emacs @@ -370,6 +370,7 @@ (setq bookmark-save-flag 0) ;Save bookmarks automatically (setq vc-follow-symlinks t) (setq x-gtk-file-dialog-help-text nil) +(setq use-dialog-box nil) (setq Info-fontify-maximum-menu-size 100000) (setq set-mark-command-repeat-pop t) (setq password-cache-expiry nil)