9 Mar
2007
9 Mar
'07
10:19 a.m.
+ 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