From 91dba4e4faf4822fa6869df6bbd44ac033d7c355 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 14 Jul 2009 14:16:09 +0100 Subject: [PATCH] emacs: Turn off annoying `help' message in file chooser. --- emacs | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.0