dotfiles/.emacs.d/elpa/markdown-mode+-20170320.1404/markdown-mode+-autoloads.el

56 lines
1.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.

;;; markdown-mode+-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "markdown-mode+" "markdown-mode+.el" (22922
;;;;;; 22445 0 0))
;;; Generated autoloads from markdown-mode+.el
(autoload 'markdown-export-latex "markdown-mode+" "\
Output the Markdown file as LaTeX.
\(fn)" t nil)
(autoload 'markdown-export-pdf "markdown-mode+" "\
Output the Markdown file as LaTeX.
\(fn)" t nil)
(autoload 'markdown-export-pandoc-pdf "markdown-mode+" "\
Output the Markdown file as LaTeX.
\(fn)" t nil)
(autoload 'markdown-code-copy "markdown-mode+" "\
Copy region from BEGIN to END to the clipboard with four spaces indenteded on each line.
Taken from
http://stackoverflow.com/questions/3519244/emacs-command-to-indent-code-by-4-spaces-to-format-for-paste-into-stackoverflow.
\(fn BEGIN END)" t nil)
(autoload 'markdown-copy-rtf "markdown-mode+" "\
Render markdown and copy as RTF.
\(fn)" t nil)
(autoload 'markdown-copy-paste-html "markdown-mode+" "\
Process file with multimarkdown, copy it to the clipboard, and paste in safari's selected textarea.
\(fn)" t nil)
;;;***
;;;### (autoloads nil nil ("markdown-mode+-pkg.el") (22922 22445
;;;;;; 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; markdown-mode+-autoloads.el ends here