Provide global origami mode

This commit is contained in:
Greg Sexton 2015-04-25 15:20:15 +01:00
parent e81d69ad8e
commit f28a9209d9

View File

@ -670,6 +670,10 @@ Key bindings:
(setq next-error-move-function nil)) (setq next-error-move-function nil))
(origami-reset (current-buffer))) (origami-reset (current-buffer)))
;;;###autoload
(define-global-minor-mode global-origami-mode origami-mode
(lambda () (origami-mode 1)))
(provide 'origami) (provide 'origami)
;;; origami.el ends here ;;; origami.el ends here