From ec68e3755717d659a98d79a273431880587554d5 Mon Sep 17 00:00:00 2001 From: Greg Sexton Date: Sun, 16 Nov 2014 14:26:35 +0000 Subject: [PATCH] Add autoload cookie --- origami.el | 1 + 1 file changed, 1 insertion(+) diff --git a/origami.el b/origami.el index 1c2ce76..1722ae8 100644 --- a/origami.el +++ b/origami.el @@ -598,6 +598,7 @@ uncover any bugs." :type 'hook :group 'origami) +;;;###autoload (define-minor-mode origami-mode "Minor mode to selectively hide/show text in the current buffer. With a prefix argument ARG, enable the mode if ARG is positive,