emacs.d/elpa/typescript-mode-20191025.1425/typescript-mode-autoloads.el
2019-11-26 16:46:24 +01:00

49 lines
1.4 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.

;;; typescript-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "typescript-mode" "typescript-mode.el" (0 0
;;;;;; 0 0))
;;; Generated autoloads from typescript-mode.el
(put 'typescript-indent-level 'safe-local-variable #'integerp)
(autoload 'typescript-mode "typescript-mode" "\
Major mode for editing typescript.
Key bindings:
\\{typescript-mode-map}
\(fn)" t nil)
(eval-after-load 'folding '(when (fboundp 'folding-add-to-marks-list) (folding-add-to-marks-list 'typescript-mode "// {{{" "// }}}")))
(add-to-list 'auto-mode-alist '("\\.ts$" . typescript-mode))
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "typescript-mode" '("typescript-")))
;;;***
;;;### (autoloads nil "typescript-mode-test-utilities" "typescript-mode-test-utilities.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from typescript-mode-test-utilities.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "typescript-mode-test-utilities" '("font-lock-test" "get-face-at" "test-with-")))
;;;***
;;;### (autoloads nil nil ("typescript-mode-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; typescript-mode-autoloads.el ends here