From e34a133fd6788a1769d624c9ac6f2c4bbf9efb65 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 8 Oct 2008 13:03:43 +0100 Subject: [PATCH] emacs: Highlight full tables of contents in Info. The default behaviour pegs out on largish `Top' nodes, which is rather unhelpful. We have the power to do the job properly. --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index c5da27b..8abc4af 100644 --- a/emacs +++ b/emacs @@ -169,7 +169,7 @@ (setq find-ls-option ;Build file lists efficiently '("-print0 | xargs -0r ls -ld" . "ld")) (setq bookmark-save-flag 0) ;Save bookmarks automatically -(setq Info-fontify-maximum-menu-size 60000) +(setq Info-fontify-maximum-menu-size 100000) (setq set-mark-command-repeat-pop t) (setq ispell-program-name "aspell" ispell-local-dictionary "en_GB-ize-w_accents" -- 2.11.0