tvl-depot/configs/shared/emacs/.emacs.d/elpa/elixir-mode-20180711.1245/elixir-mode-autoloads.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

81 lines
2 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.

;;; 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