config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

markdown-mode-autoloads.el (1948B)


      1 ;;; markdown-mode-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from markdown-mode.el
     13 
     14 (autoload 'markdown-mode "markdown-mode" "\
     15 Major mode for editing Markdown files.
     16 
     17 (fn)" t)
     18 (add-to-list 'auto-mode-alist '("\\.\\(?:md\\|markdown\\|mkd\\|mdown\\|mkdn\\|mdwn\\)\\'" . markdown-mode))
     19 (autoload 'gfm-mode "markdown-mode" "\
     20 Major mode for editing GitHub Flavored Markdown files.
     21 
     22 (fn)" t)
     23 (autoload 'markdown-view-mode "markdown-mode" "\
     24 Major mode for viewing Markdown content.
     25 
     26 (fn)" t)
     27 (autoload 'gfm-view-mode "markdown-mode" "\
     28 Major mode for viewing GitHub Flavored Markdown content.
     29 
     30 (fn)" t)
     31 (autoload 'markdown-live-preview-mode "markdown-mode" "\
     32 Toggle native previewing on save for a specific markdown file.
     33 
     34 This is a minor mode.  If called interactively, toggle the
     35 `Markdown-Live-Preview mode' mode.  If the prefix argument is
     36 positive, enable the mode, and if it is zero or negative, disable
     37 the mode.
     38 
     39 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     40 the mode if ARG is nil, omitted, or is a positive number.
     41 Disable the mode if ARG is a negative number.
     42 
     43 To check whether the minor mode is enabled in the current buffer,
     44 evaluate `markdown-live-preview-mode'.
     45 
     46 The mode's hook is called both when the mode is enabled and when
     47 it is disabled.
     48 
     49 (fn &optional ARG)" t)
     50 (register-definition-prefixes "markdown-mode" '("defun-markdown-" "gfm-" "markdown"))
     51 
     52 ;;; End of scraped data
     53 
     54 (provide 'markdown-mode-autoloads)
     55 
     56 ;; Local Variables:
     57 ;; version-control: never
     58 ;; no-byte-compile: t
     59 ;; no-update-autoloads: t
     60 ;; no-native-compile: t
     61 ;; coding: utf-8-emacs-unix
     62 ;; End:
     63 
     64 ;;; markdown-mode-autoloads.el ends here