From 8fd1960cef360c37685f5a1661a69b3daaeddaf9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 9 May 2008 22:18:45 +0100 Subject: [PATCH] emacs: Pull in foldout along with the outline mode. The foldout zooming stuff seems quite cool. --- emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs b/emacs index 2aaf952..871f969 100644 --- a/emacs +++ b/emacs @@ -178,6 +178,8 @@ (defvar mdw-black-background t) +(eval-after-load "outline" '(require 'foldout)) + (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) -- 2.11.0