TorgoX sburkeNO@SPAMcpan.org http://search.cpan.org/~sburke/ "Il est beau comme la retractilité des serres des oiseaux rapaces [...] et surtout, comme la rencontre fortuite sur une table de dissection d'une machine à coudre et d'un parapluie !" -- Lautréamont
The standard way is to do (add-hook 'text-mode-hook...), which avoids clobbering functions already on the hooks (which are normally lists of functions).
add-hook (Score:1)
(add-hook 'text-mode-hook ...), which avoids clobbering functions already on the hooks (which are normally lists of functions).Re:add-hook (Score:2)