Files
dotfiles/emacs/.emacs.d/elpa/expand-region-20171217.2125/expand-region-autoloads.el
2018-01-09 04:40:58 +01:00

101 lines
4.0 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.

;;; expand-region-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "expand-region" "expand-region.el" (23124 14350
;;;;;; 545425 202000))
;;; Generated autoloads from expand-region.el
(autoload 'er/expand-region "expand-region" "\
Increase selected region by semantic units.
With prefix argument expands the region that many times.
If prefix argument is negative calls `er/contract-region'.
If prefix argument is 0 it resets point and mark to their state
before calling `er/expand-region' for the first time.
\(fn ARG)" t nil)
;;;***
;;;### (autoloads nil "expand-region-custom" "expand-region-custom.el"
;;;;;; (23124 14350 682092 513000))
;;; Generated autoloads from expand-region-custom.el
(let ((loads (get 'expand-region 'custom-loads))) (if (member '"expand-region-custom" loads) nil (put 'expand-region 'custom-loads (cons '"expand-region-custom" loads))))
(defvar expand-region-preferred-python-mode 'python "\
The name of your preferred python mode")
(custom-autoload 'expand-region-preferred-python-mode "expand-region-custom" t)
(defvar expand-region-guess-python-mode t "\
If expand-region should attempt to guess your preferred python mode")
(custom-autoload 'expand-region-guess-python-mode "expand-region-custom" t)
(defvar expand-region-autocopy-register "" "\
If set to a string of a single character (try \"e\"), then the
contents of the most recent expand or contract command will
always be copied to the register named after that character.")
(custom-autoload 'expand-region-autocopy-register "expand-region-custom" t)
(defvar expand-region-skip-whitespace t "\
If expand-region should skip past whitespace on initial expansion")
(custom-autoload 'expand-region-skip-whitespace "expand-region-custom" t)
(defvar expand-region-fast-keys-enabled t "\
If expand-region should bind fast keys after initial expand/contract")
(custom-autoload 'expand-region-fast-keys-enabled "expand-region-custom" t)
(defvar expand-region-contract-fast-key "-" "\
Key to use after an initial expand/contract to contract once more.")
(custom-autoload 'expand-region-contract-fast-key "expand-region-custom" t)
(defvar expand-region-reset-fast-key "0" "\
Key to use after an initial expand/contract to undo.")
(custom-autoload 'expand-region-reset-fast-key "expand-region-custom" t)
(defvar expand-region-exclude-text-mode-expansions '(html-mode nxml-mode) "\
List of modes which derive from `text-mode' for which text mode expansions are not appropriate.")
(custom-autoload 'expand-region-exclude-text-mode-expansions "expand-region-custom" t)
(defvar expand-region-smart-cursor nil "\
Defines whether the cursor should be placed intelligently after expansion.
If set to t, and the cursor is already at the beginning of the new region,
keep it there; otherwise, put it at the end of the region.
If set to nil, always place the cursor at the beginning of the region.")
(custom-autoload 'expand-region-smart-cursor "expand-region-custom" t)
;;;***
;;;### (autoloads nil nil ("cc-mode-expansions.el" "clojure-mode-expansions.el"
;;;;;; "cperl-mode-expansions.el" "css-mode-expansions.el" "enh-ruby-mode-expansions.el"
;;;;;; "er-basic-expansions.el" "erlang-mode-expansions.el" "expand-region-core.el"
;;;;;; "expand-region-pkg.el" "feature-mode-expansions.el" "html-mode-expansions.el"
;;;;;; "js-mode-expansions.el" "js2-mode-expansions.el" "jsp-expansions.el"
;;;;;; "latex-mode-expansions.el" "nxml-mode-expansions.el" "octave-expansions.el"
;;;;;; "python-el-expansions.el" "python-el-fgallina-expansions.el"
;;;;;; "python-mode-expansions.el" "ruby-mode-expansions.el" "sml-mode-expansions.el"
;;;;;; "subword-mode-expansions.el" "text-mode-expansions.el" "the-org-mode-expansions.el"
;;;;;; "web-mode-expansions.el") (23124 14350 745426 145000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; expand-region-autoloads.el ends here