blob: fb44552bf9dee9f5ae4ec5e68156fbbaafe5920e (
plain) (
blame)
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
|
;;; elixir-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "elixir-format" "elixir-format.el" (23454 53158
;;;;;; 963266 440000))
;;; Generated autoloads from elixir-format.el
(autoload 'elixir-format "elixir-format" "\
\(fn &optional CALLED-INTERACTIVELY-P)" t nil)
;;;***
;;;### (autoloads nil "elixir-mode" "elixir-mode.el" (23454 53158
;;;;;; 956961 640000))
;;; Generated autoloads from elixir-mode.el
(autoload 'elixir-mode-open-github "elixir-mode" "\
Elixir mode open GitHub page.
\(fn)" t nil)
(autoload 'elixir-mode-open-elixir-home "elixir-mode" "\
Elixir mode go to language home.
\(fn)" t nil)
(autoload 'elixir-mode-open-docs-master "elixir-mode" "\
Elixir mode go to master documentation.
\(fn)" t nil)
(autoload 'elixir-mode-open-docs-stable "elixir-mode" "\
Elixir mode go to stable documentation.
\(fn)" t nil)
(autoload 'elixir-mode-version "elixir-mode" "\
Get the Elixir-Mode version as string.
If called interactively or if SHOW-VERSION is non-nil, show the
version in the echo area and the messages buffer.
The returned string includes both, the version from package.el
and the library version, if both a present and different.
If the version number could not be determined, signal an error,
if called interactively, or if SHOW-VERSION is non-nil, otherwise
just return nil.
\(fn &optional SHOW-VERSION)" t nil)
(autoload 'elixir-mode "elixir-mode" "\
Major mode for editing Elixir code.
\\{elixir-mode-map}
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.elixir\\'" . elixir-mode))
(add-to-list 'auto-mode-alist '("\\.ex\\'" . elixir-mode))
(add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-mode))
;;;***
;;;### (autoloads nil nil ("elixir-mode-pkg.el" "elixir-smie.el")
;;;;;; (23454 53158 961236 810000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; elixir-mode-autoloads.el ends here
|