Provide global origami mode
This commit is contained in:
parent
e81d69ad8e
commit
f28a9209d9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user