From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-style folding for a .emacs Date: Mon, 13 Jul 2009 23:56:19 +0100 Message-ID: <87k52c5h0s.wl%ucecesf@ucl.ac.uk> References: Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQURj-0007pZ-2e for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 18:56:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQURe-0007pN-3J for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 18:56:30 -0400 Received: from [199.232.76.173] (port=54831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQURd-0007pK-U5 for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 18:56:25 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:48576) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQURd-0007OL-Gd for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 18:56:25 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Scot Becker Cc: Org-mode ml At Mon, 13 Jul 2009 22:23:51 +0100, Scot Becker wrote: > > Does anyone have a recipe for easy org-style folding of an elisp file? > I'd like to divide my .emacs into segments to make it easier to > oversee and navigate. > > Scot Scot, I use hideshow (part of the standard Emacs distribution from 22.x onwards, I believe) together with hideshow-org (by Shane Celis). I've not used it with elisp (mostly with Java) but I believe it should do what you want. eric