Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/cider-20141120.1746/cider-autoloads.el

196 lines
5.7 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.
;;; cider-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (cider-connect cider-jack-in cider-version) "cider"
;;;;;; "cider.el" (21615 13999 0 0))
;;; Generated autoloads from cider.el
(autoload 'cider-version "cider" "\
Display CIDER's version.
\(fn)" t nil)
(autoload 'cider-jack-in "cider" "\
Start a nREPL server for the current project and connect to it.
If PROMPT-PROJECT is t, then prompt for the project for which to
start the server.
\(fn &optional PROMPT-PROJECT)" t nil)
(autoload 'cider-connect "cider" "\
Connect to an nREPL server identified by HOST and PORT.
Create REPL buffer and start an nREPL client connection.
\(fn HOST PORT)" t nil)
(eval-after-load 'clojure-mode '(progn (define-key clojure-mode-map (kbd "C-c M-j") 'cider-jack-in) (define-key clojure-mode-map (kbd "C-c M-c") 'cider-connect)))
;;;***
;;;### (autoloads (cider-apropos-documentation cider-apropos) "cider-apropos"
;;;;;; "cider-apropos.el" (21615 13999 0 0))
;;; Generated autoloads from cider-apropos.el
(autoload 'cider-apropos "cider-apropos" "\
Show all symbols whose names match QUERY, a regular expression.
The search may be limited to the namespace NS, and may optionally search doc
strings, include private vars, and be case sensitive.
\(fn QUERY &optional NS DOCS-P PRIVATES-P CASE-SENSITIVE-P)" t nil)
(autoload 'cider-apropos-documentation "cider-apropos" "\
Shortcut for (cider-apropos <query> nil t).
\(fn)" t nil)
;;;***
;;;### (autoloads (cider-browse-ns-all cider-browse-ns) "cider-browse-ns"
;;;;;; "cider-browse-ns.el" (21615 13999 0 0))
;;; Generated autoloads from cider-browse-ns.el
(autoload 'cider-browse-ns "cider-browse-ns" "\
List all NAMESPACE's vars in BUFFER.
\(fn NAMESPACE)" t nil)
(autoload 'cider-browse-ns-all "cider-browse-ns" "\
List all loaded namespaces in BUFFER.
\(fn)" t nil)
;;;***
;;;### (autoloads (cider-open-classpath-entry cider-classpath) "cider-classpath"
;;;;;; "cider-classpath.el" (21615 13999 0 0))
;;; Generated autoloads from cider-classpath.el
(autoload 'cider-classpath "cider-classpath" "\
List all classpath entries.
\(fn)" t nil)
(autoload 'cider-open-classpath-entry "cider-classpath" "\
Open a classpath entry.
\(fn)" t nil)
;;;***
;;;### (autoloads (cider-grimoire cider-grimoire-web) "cider-grimoire"
;;;;;; "cider-grimoire.el" (21615 13999 0 0))
;;; Generated autoloads from cider-grimoire.el
(autoload 'cider-grimoire-web "cider-grimoire" "\
Open the grimoire documentation for QUERY in the default web browser.
\(fn QUERY)" t nil)
(autoload 'cider-grimoire "cider-grimoire" "\
Open the grimoire documentation for QUERY in a popup buffer.
\(fn QUERY)" t nil)
;;;***
;;;### (autoloads (cider-inspect) "cider-inspector" "cider-inspector.el"
;;;;;; (21615 13999 0 0))
;;; Generated autoloads from cider-inspector.el
(autoload 'cider-inspect "cider-inspector" "\
Eval the string EXPRESSION and inspect the result.
\(fn EXPRESSION)" t nil)
;;;***
;;;### (autoloads (cider-macroexpand-all cider-macroexpand-1) "cider-macroexpansion"
;;;;;; "cider-macroexpansion.el" (21615 13999 0 0))
;;; Generated autoloads from cider-macroexpansion.el
(autoload 'cider-macroexpand-1 "cider-macroexpansion" "\
Invoke 'macroexpand-1' on the expression preceding point.
If invoked with a PREFIX argument, use 'macroexpand' instead of
'macroexpand-1'.
\(fn &optional PREFIX)" t nil)
(autoload 'cider-macroexpand-all "cider-macroexpansion" "\
Invoke 'clojure.walk/macroexpand-all' on the expression preceding point.
\(fn)" t nil)
;;;***
;;;### (autoloads (cider-mode cider-mode-line) "cider-mode" "cider-mode.el"
;;;;;; (21615 13999 0 0))
;;; Generated autoloads from cider-mode.el
(defvar cider-mode-line '(:eval (format " cider[%s]" (cider-current-ns))) "\
Mode line ligher for `cider-mode'.
The value of this variable is a mode line template as in
`mode-line-format'. See Info Node `(elisp)Mode Line Format' for
details about mode line templates.
Customize this variable to change how `cider-mode' displays its
status in the mode line. The default value displays the current ns.
Set this variable to nil to disable the mode line
entirely.")
(custom-autoload 'cider-mode-line "cider-mode" t)
(autoload 'cider-mode "cider-mode" "\
Minor mode for REPL interaction from a Clojure buffer.
\\{cider-mode-map}
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads (cider-scratch) "cider-scratch" "cider-scratch.el"
;;;;;; (21615 13999 0 0))
;;; Generated autoloads from cider-scratch.el
(autoload 'cider-scratch "cider-scratch" "\
Create a scratch buffer.
\(fn)" t nil)
;;;***
;;;### (autoloads (cider-selector) "cider-selector" "cider-selector.el"
;;;;;; (21615 13999 0 0))
;;; Generated autoloads from cider-selector.el
(autoload 'cider-selector "cider-selector" "\
Select a new buffer by type, indicated by a single character.
The user is prompted for a single character indicating the method by
which to choose a new buffer. The `?' character describes then
available methods. OTHER-WINDOW provides an optional target.
See `def-cider-selector-method' for defining new methods.
\(fn &optional OTHER-WINDOW)" t nil)
;;;***
;;;### (autoloads nil nil ("cider-client.el" "cider-doc.el" "cider-eldoc.el"
;;;;;; "cider-interaction.el" "cider-pkg.el" "cider-repl.el" "cider-stacktrace.el"
;;;;;; "cider-test.el" "cider-util.el" "nrepl-client.el") (21615
;;;;;; 13999 819164 0))
;;;***
(provide 'cider-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; cider-autoloads.el ends here