From: Mark Wooding Date: Wed, 8 Oct 2008 12:03:43 +0000 (+0100) Subject: emacs: Highlight full tables of contents in Info. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/e34a133fd6788a1769d624c9ac6f2c4bbf9efb65?ds=inline 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. --- 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"