summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
3f12b97)
The default behaviour pegs out on largish `Top' nodes, which is rather
unhelpful. We have the power to do the job properly.
(setq find-ls-option ;Build file lists efficiently
'("-print0 | xargs -0r ls -ld" . "ld"))
(setq bookmark-save-flag 0) ;Save bookmarks automatically
(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"
(setq set-mark-command-repeat-pop t)
(setq ispell-program-name "aspell"
ispell-local-dictionary "en_GB-ize-w_accents"