+ Nicolas Neuss neuss@math.uni-karlsruhe.de:
| is it possible to activate SLIME together with hs-minor-mode automatically | when loading a Lisp file? I tried | (add-hook 'lisp-mode-hook 'hs-minor-mode-hook) | which, however, did not work.
Shouldn't that be (add-hook 'lisp-mode-hook 'hs-minor-mode) ?
- Harald