From: Mark Wooding Date: Tue, 14 Jul 2009 13:16:09 +0000 (+0100) Subject: emacs: Turn off annoying `help' message in file chooser. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/91dba4e4faf4822fa6869df6bbd44ac033d7c355?hp=b117af0fddaba855c111fe617a31e57d3fff60a0 emacs: Turn off annoying `help' message in file chooser. --- diff --git a/emacs b/emacs index 1664bd6..14d9b1e 100644 --- a/emacs +++ b/emacs @@ -207,6 +207,7 @@ (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"