chiark / gitweb /
emacs: Highlight full tables of contents in Info.
[profile] / emacs
diff --git a/emacs b/emacs
index c5da27b79060077e3dc212ac6a1c1926cf705e6b..8abc4af2d593584aa416d71b5302826cac4e80db 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"