2016-09-15 11:54:46 +00:00
|
|
|
|
;;; origami-autoloads.el --- automatically extracted autoloads
|
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
2016-09-26 17:08:35 +00:00
|
|
|
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
2016-09-15 11:54:46 +00:00
|
|
|
|
|
2016-09-26 17:08:35 +00:00
|
|
|
|
;;;### (autoloads nil "origami" "origami.el" (22505 21396 329829
|
|
|
|
|
;;;;;; 429000))
|
2016-09-15 11:54:46 +00:00
|
|
|
|
;;; Generated autoloads from origami.el
|
|
|
|
|
|
|
|
|
|
(autoload 'origami-mode "origami" "\
|
|
|
|
|
Minor mode to selectively hide/show text in the current buffer.
|
|
|
|
|
With a prefix argument ARG, enable the mode if ARG is positive,
|
|
|
|
|
and disable it otherwise. If called from Lisp, enable the mode
|
|
|
|
|
if ARG is omitted or nil.
|
|
|
|
|
|
|
|
|
|
Lastly, the normal hook `origami-mode-hook' is run using
|
|
|
|
|
`run-hooks'.
|
|
|
|
|
|
|
|
|
|
Key bindings:
|
|
|
|
|
\\{origami-mode-map}
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
(defvar global-origami-mode nil "\
|
2016-09-26 17:08:35 +00:00
|
|
|
|
Non-nil if Global Origami mode is enabled.
|
|
|
|
|
See the `global-origami-mode' command
|
|
|
|
|
for a description of this minor mode.
|
2016-09-15 11:54:46 +00:00
|
|
|
|
Setting this variable directly does not take effect;
|
|
|
|
|
either customize it (see the info node `Easy Customization')
|
|
|
|
|
or call the function `global-origami-mode'.")
|
|
|
|
|
|
|
|
|
|
(custom-autoload 'global-origami-mode "origami" nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'global-origami-mode "origami" "\
|
|
|
|
|
Toggle Origami mode in all buffers.
|
2016-09-26 17:08:35 +00:00
|
|
|
|
With prefix ARG, enable Global Origami mode if ARG is positive;
|
2016-09-15 11:54:46 +00:00
|
|
|
|
otherwise, disable it. If called from Lisp, enable the mode if
|
|
|
|
|
ARG is omitted or nil.
|
|
|
|
|
|
|
|
|
|
Origami mode is enabled in all buffers where
|
|
|
|
|
`(lambda nil (origami-mode 1))' would do it.
|
|
|
|
|
See `origami-mode' for more information on Origami mode.
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;;;### (autoloads nil nil ("origami-parsers.el" "origami-pkg.el")
|
2016-09-26 17:08:35 +00:00
|
|
|
|
;;;;;; (22505 21396 325829 429000))
|
2016-09-15 11:54:46 +00:00
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; End:
|
|
|
|
|
;;; origami-autoloads.el ends here
|