It usually contains boring copyright stuff and so on. Other comments
are often more interesting, so we (still) don't hide them.
(setq hs-hide-comments-when-hiding-all nil)
(setq hs-hide-comments-when-hiding-all nil)
+(defadvice hs-hide-all (after hide-first-comment activate)
+ (hs-hide-initial-comment-block))
+
;;;--------------------------------------------------------------------------
;;; Shell mode.
;;;--------------------------------------------------------------------------
;;; Shell mode.