emacs: Highlight full tables of contents in Info.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Oct 2008 12:03:43 +0000 (13:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 8 Oct 2008 12:03:43 +0000 (13:03 +0100)
The default behaviour pegs out on largish `Top' nodes, which is rather
unhelpful.  We have the power to do the job properly.

emacs

diff --git a/emacs b/emacs
index c5da27b..8abc4af 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 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"