Files
dotfiles/emacs/.emacs.d/elpa/gist-20171127.2006/gist-autoloads.el
2018-01-09 04:40:58 +01:00

101 lines
2.4 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; gist-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "gist" "gist.el" (23124 14357 395457 484000))
;;; Generated autoloads from gist.el
(autoload 'gist-region "gist" "\
Post the current region as a new paste at gist.github.com
Copies the URL into the kill ring.
With a prefix argument, makes a private paste.
\(fn BEGIN END &optional PRIVATE CALLBACK)" t nil)
(autoload 'gist-region-private "gist" "\
Post the current region as a new private paste at gist.github.com
Copies the URL into the kill ring.
\(fn BEGIN END)" t nil)
(autoload 'gist-buffer "gist" "\
Post the current buffer as a new paste at gist.github.com.
Copies the URL into the kill ring.
With a prefix argument, makes a private paste.
\(fn &optional PRIVATE)" t nil)
(autoload 'gist-buffer-private "gist" "\
Post the current buffer as a new private paste at gist.github.com.
Copies the URL into the kill ring.
\(fn)" t nil)
(autoload 'gist-region-or-buffer "gist" "\
Post either the current region, or if mark is not set, the
current buffer as a new paste at gist.github.com
Copies the URL into the kill ring.
With a prefix argument, makes a private paste.
\(fn &optional PRIVATE)" t nil)
(autoload 'gist-region-or-buffer-private "gist" "\
Post either the current region, or if mark is not set, the
current buffer as a new private paste at gist.github.com
Copies the URL into the kill ring.
\(fn)" t nil)
(autoload 'gist-list-user "gist" "\
Displays a list of a user's gists in a new buffer. When called from
a program, pass 'current-user as the username to view the user's own
gists, or nil for the username and a non-nil value for force-reload to
reload the gists for the current buffer.
\(fn USERNAME &optional FORCE-RELOAD BACKGROUND)" t nil)
(autoload 'gist-list "gist" "\
Displays a list of all of the current user's gists in a new buffer.
\(fn &optional FORCE-RELOAD BACKGROUND)" t nil)
(autoload 'gist-fetch "gist" "\
\(fn ID)" t nil)
(autoload 'gist-star "gist" "\
\(fn)" t nil)
(autoload 'gist-unstar "gist" "\
\(fn)" t nil)
(autoload 'gist-list-starred "gist" "\
List your starred gists.
\(fn &optional BACKGROUND)" t nil)
(autoload 'gist-fork "gist" "\
Fork a gist.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; gist-autoloads.el ends here