chiark / gitweb /
emacs: Turn off annoying `help' message in file chooser.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 Jul 2009 13:16:09 +0000 (14:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 18 Jul 2009 15:15:59 +0000 (16:15 +0100)
emacs

diff --git a/emacs b/emacs
index 1664bd6fee4bf1ceaf12f4540662a9bc4b291ad3..14d9b1ebf99399c2bd687d99ec1ee39f63e16c21 100644 (file)
--- a/emacs
+++ b/emacs
 (setq find-ls-option                   ;Build file lists efficiently
       '("-print0 | xargs -0r ls -ld" . "ld"))
 (setq bookmark-save-flag 0)            ;Save bookmarks automatically
+(setq x-gtk-file-dialog-help-text nil)
 (setq Info-fontify-maximum-menu-size 100000)
 (setq set-mark-command-repeat-pop t)
 (setq ispell-program-name "aspell"