Stops point from moving to the top of the buffer.
(setq hs-hide-comments-when-hiding-all nil)
(defadvice hs-hide-all (after hide-first-comment activate)
(setq hs-hide-comments-when-hiding-all nil)
(defadvice hs-hide-all (after hide-first-comment activate)
- (hs-hide-initial-comment-block))
+ (save-excursion (hs-hide-initial-comment-block)))
;;;--------------------------------------------------------------------------
;;; Shell mode.
;;;--------------------------------------------------------------------------
;;; Shell mode.