forked from tokengeek/dot_emacs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
loaddefs.el
379 lines (258 loc) · 11.5 KB
/
loaddefs.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
;;; loaddefs.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (color-theme-blackboard) "blackboard" "elpa-to-submit/blackboard.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/blackboard.el
(autoload (quote color-theme-blackboard) "blackboard" "\
Color theme by JD Huntington, based off the TextMate Blackboard theme, created 2008-11-27
\(fn)" t nil)
;;;***
;;;### (autoloads (cheat) "cheat" "elpa-to-submit/cheat.el" (18773
;;;;;; 6390))
;;; Generated autoloads from elpa-to-submit/cheat.el
(autoload (quote cheat) "cheat" "\
Show the specified cheat sheet.
If SILENT is non-nil then do not print any output, but return it
as a string instead.
\(fn NAME &optional SILENT)" t nil)
;;;***
;;;### (autoloads (clojure-mode) "clojure-mode" "elpa-to-submit/clojure-mode.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/clojure-mode.el
(autoload (quote clojure-mode) "clojure-mode" "\
Major mode for editing Clojure code - similar to Lisp mode..
Commands:
Delete converts tabs to spaces as it moves back.
Blank lines separate paragraphs. Semicolons start comments.
\\{clojure-mode-map}
Note that `run-lisp' may be used either to start an inferior Lisp job
or to switch back to an existing one.
Entry to this mode calls the value of `clojure-mode-hook'
if that value is non-nil.
\(fn)" t nil)
(add-to-list (quote auto-mode-alist) (quote ("\\.clj$" . clojure-mode)))
;;;***
;;;### (autoloads (cssh-mode) "cssh" "elpa-to-submit/cssh.el" (18773
;;;;;; 6390))
;;; Generated autoloads from elpa-to-submit/cssh.el
(autoload (quote cssh-mode) "cssh" "\
A major mode for controlling multiple terms at once.
\(fn)" t nil)
;;;***
;;;### (autoloads (gist-fetch gist-buffer gist-region) "gist" "elpa-to-submit/gist.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/gist.el
(autoload (quote gist-region) "gist" "\
Post the current region as a new paste at gist.github.com
Copies the URL into the kill ring.
\(fn BEGIN END)" t nil)
(autoload (quote gist-buffer) "gist" "\
Post the current buffer as a new paste at gist.github.com.
Copies the URL into the kill ring.
\(fn)" t nil)
(autoload (quote gist-fetch) "gist" "\
Fetches a Gist and inserts it into a new buffer
If the Gist already exists in a buffer, switches to it
\(fn ID)" t nil)
;;;***
;;;### (autoloads (htmlize-many-files-dired htmlize-many-files htmlize-file
;;;;;; htmlize-region htmlize-buffer) "htmlize" "elpa-to-submit/htmlize.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/htmlize.el
(autoload (quote htmlize-buffer) "htmlize" "\
Convert BUFFER to HTML, preserving colors and decorations.
The generated HTML is available in a new buffer, which is returned.
When invoked interactively, the new buffer is selected in the current
window. The title of the generated document will be set to the buffer's
file name or, if that's not available, to the buffer's name.
Note that htmlize doesn't fontify your buffers, it only uses the
decorations that are already present. If you don't set up font-lock or
something else to fontify your buffers, the resulting HTML will be
plain. Likewise, if you don't like the choice of colors, fix the mode
that created them, or simply alter the faces it uses.
\(fn &optional BUFFER)" t nil)
(autoload (quote htmlize-region) "htmlize" "\
Convert the region to HTML, preserving colors and decorations.
See `htmlize-buffer' for details.
\(fn BEG END)" t nil)
(autoload (quote htmlize-file) "htmlize" "\
Load FILE, fontify it, convert it to HTML, and save the result.
Contents of FILE are inserted into a temporary buffer, whose major mode
is set with `normal-mode' as appropriate for the file type. The buffer
is subsequently fontified with `font-lock' and converted to HTML. Note
that, unlike `htmlize-buffer', this function explicitly turns on
font-lock. If a form of highlighting other than font-lock is desired,
please use `htmlize-buffer' directly on buffers so highlighted.
Buffers currently visiting FILE are unaffected by this function. The
function does not change current buffer or move the point.
If TARGET is specified and names a directory, the resulting file will be
saved there instead of to FILE's directory. If TARGET is specified and
does not name a directory, it will be used as output file name.
\(fn FILE &optional TARGET)" t nil)
(autoload (quote htmlize-many-files) "htmlize" "\
Convert FILES to HTML and save the corresponding HTML versions.
FILES should be a list of file names to convert. This function calls
`htmlize-file' on each file; see that function for details. When
invoked interactively, you are prompted for a list of files to convert,
terminated with RET.
If TARGET-DIRECTORY is specified, the HTML files will be saved to that
directory. Normally, each HTML file is saved to the directory of the
corresponding source file.
\(fn FILES &optional TARGET-DIRECTORY)" t nil)
(autoload (quote htmlize-many-files-dired) "htmlize" "\
HTMLize dired-marked files.
\(fn ARG &optional TARGET-DIRECTORY)" t nil)
;;;***
;;;### (autoloads (run-ruby inf-ruby inf-ruby-keys) "inf-ruby" "elpa-to-submit/inf-ruby.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/inf-ruby.el
(autoload (quote inf-ruby-keys) "inf-ruby" "\
Set local key defs to invoke inf-ruby from ruby-mode.
\(fn)" nil nil)
(autoload (quote inf-ruby) "inf-ruby" "\
Run an inferior Ruby process in a buffer.
With prefix argument, prompts for which Ruby implementation
\(from the list `inf-ruby-implementations') to use. Runs the
hooks `inf-ruby-mode-hook' (after the `comint-mode-hook' is
run).
\(fn &optional IMPL)" t nil)
(autoload (quote run-ruby) "inf-ruby" "\
Run an inferior Ruby process, input and output via buffer *ruby*.
If there is a process already running in `*ruby*', switch to that buffer.
With argument, allows you to edit the command line (default is value
of `ruby-program-name'). Runs the hooks `inferior-ruby-mode-hook'
\(after the `comint-mode-hook' is run).
\(Type \\[describe-mode] in the process buffer for a list of commands.)
\(fn COMMAND &optional NAME)" t nil)
(eval-after-load (quote ruby-mode) (quote (add-hook (quote ruby-mode-hook) (quote inf-ruby-keys))))
;;;***
;;;### (autoloads (magit-status) "magit" "elpa-to-submit/magit.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/magit.el
(autoload (quote magit-status) "magit" "\
Not documented
\(fn DIR)" t nil)
;;;***
;;;### (autoloads (markdown-mode) "markdown-mode" "elpa-to-submit/markdown-mode.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/markdown-mode.el
(autoload (quote markdown-mode) "markdown-mode" "\
Major mode for editing Markdown files.
\(fn)" t nil)
(add-to-list (quote auto-mode-alist) (quote ("\\.markdown$" . markdown-mode)))
;;;***
;;;### (autoloads (moz-minor-mode) "moz" "elpa-to-submit/moz.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/moz.el
(autoload (quote moz-minor-mode) "moz" "\
Toggle Mozilla mode.
With no argument, this command toggles the mode.
Non-null prefix argument turns on the mode.
Null prefix argument turns off the mode.
When Mozilla mode is enabled, some commands become available to
send current code area (as understood by c-mark-function) or
region or buffer to an inferior mozilla process (which will be
started as needed).
\(fn &optional ARG)" t nil)
(eval-after-load (quote js2-mode) (quote (add-hook (quote js2-mode-hook) (quote moz-minor-mode))))
;;;***
;;;### (autoloads (oddmuse-kill-url oddmuse-browse-this-page oddmuse-browse-page
;;;;;; emacswiki-post oddmuse-insert-pagename oddmuse-revert oddmuse-post
;;;;;; oddmuse-follow oddmuse-edit oddmuse-toggle-minor) "oddmuse"
;;;;;; "elpa-to-submit/oddmuse.el" (18773 6390))
;;; Generated autoloads from elpa-to-submit/oddmuse.el
(autoload (quote oddmuse-toggle-minor) "oddmuse" "\
Toggle minor mode state.
\(fn &optional ARG)" t nil)
(autoload (quote oddmuse-edit) "oddmuse" "\
Edit a page on a wiki.
WIKI is the name of the wiki as defined in `oddmuse-wikis',
PAGENAME is the pagename of the page you want to edit.
Use a prefix argument to force a reload of the page.
\(fn WIKI PAGENAME)" t nil)
(autoload (quote oddmuse-follow) "oddmuse" "\
Figure out what page we need to visit
and call `oddmuse-edit' on it.
\(fn ARG)" t nil)
(autoload (quote oddmuse-post) "oddmuse" "\
Post the current buffer to the current wiki.
The current wiki is taken from `oddmuse-wiki'.
\(fn SUMMARY)" t nil)
(autoload (quote oddmuse-revert) "oddmuse" "\
Revert this oddmuse page.
\(fn)" t nil)
(autoload (quote oddmuse-insert-pagename) "oddmuse" "\
Insert a PAGENAME of current wiki with completion.
\(fn PAGENAME)" t nil)
(autoload (quote emacswiki-post) "oddmuse" "\
Post the current buffer to the EmacsWiki.
If this command is invoked interactively: with prefix argument, prompts pagename,
otherwise set pagename as basename of `buffer-file-name'.
This command is intended to post current EmacsLisp program easily.
\(fn &optional PAGENAME SUMMARY)" t nil)
(autoload (quote oddmuse-browse-page) "oddmuse" "\
Ask a WWW browser to load an oddmuse page.
WIKI is the name of the wiki as defined in `oddmuse-wikis',
PAGENAME is the pagename of the page you want to browse.
\(fn WIKI PAGENAME)" t nil)
(autoload (quote oddmuse-browse-this-page) "oddmuse" "\
Ask a WWW browser to load current oddmuse page.
\(fn)" t nil)
(autoload (quote oddmuse-kill-url) "oddmuse" "\
Make the URL of current oddmuse page the latest kill in the kill ring.
\(fn)" t nil)
;;;***
;;;### (autoloads (paredit-mode) "paredit" "elpa-to-submit/paredit.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/paredit.el
(autoload (quote paredit-mode) "paredit" "\
Minor mode for pseudo-structurally editing Lisp code.
\\<paredit-mode-map>
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads (pcomplete/rake) "pcmpl-rake" "elpa-to-submit/pcmpl-rake.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/pcmpl-rake.el
(autoload (quote pcomplete/rake) "pcmpl-rake" "\
Completion rules for the `ssh' command.
\(fn)" nil nil)
;;;***
;;;### (autoloads (ri) "ri" "elpa-to-submit/ri.el" (18773 6390))
;;; Generated autoloads from elpa-to-submit/ri.el
(autoload (quote ri) "ri" "\
Look up Ruby documentation.
\(fn &optional RI-DOCUMENTED)" t nil)
;;;***
;;;### (autoloads (rinari-minor-mode rinari-launch) "rinari" "elpa-to-submit/rinari.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/rinari.el
(autoload (quote rinari-launch) "rinari" "\
Run `rinari-minor-mode' if inside of a rails projecct,
otherwise turn `rinari-minor-mode' off if it is on.
\(fn)" t nil)
(dolist (hook (quote (ruby-mode-hook mumamo-after-change-major-mode-hook dired-mode-hook))) (add-hook hook (quote rinari-launch)))
(autoload (quote rinari-minor-mode) "rinari" "\
Enable Rinari minor mode providing Emacs support for working
with the Ruby on Rails framework.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads (color-theme-zenburn) "zenburn" "elpa-to-submit/zenburn.el"
;;;;;; (18773 6390))
;;; Generated autoloads from elpa-to-submit/zenburn.el
(autoload (quote color-theme-zenburn) "zenburn" "\
Just some alien fruit salad to keep you in the zone.
\(fn)" t nil)
(defalias (quote zenburn) (function color-theme-zenburn))
;;;***
;;;### (autoloads nil nil ("elpa-to-submit/color-theme.el" "elpa-to-submit/eshell-vc.el"
;;;;;; "elpa-to-submit/findr.el" "elpa-to-submit/inflections.el"
;;;;;; "elpa-to-submit/jump.el" "elpa-to-submit/ruby-compilation.el")
;;;;;; (18773 6408 645249))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; loaddefs.el ends here