chiark / gitweb /
dot/emacs: Don't use dialogue boxes.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Dec 2018 23:26:29 +0000 (23:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Dec 2018 23:26:29 +0000 (23:26 +0000)
Particularly with Magit asynchronous operations, they cause annoying
popups which are hard to dismiss from the keyboard.

dot/emacs

index 51245cfa610a7d3039867587b2e25d3bdfc73352..97c0174821c0132e7d6f8128023b8264a6f48328 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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)