chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
af8517d
)
dot/emacs: Don't use dialogue boxes.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 8 Dec 2018 23:26:29 +0000
(23:26 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 51245cfa610a7d3039867587b2e25d3bdfc73352..97c0174821c0132e7d6f8128023b8264a6f48328 100644
(file)
--- 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)