final tt updates
[emacs-init.git] / elpa / typescript-mode-20200430.1232 / typescript-mode-autoloads.el
1 ;;; typescript-mode-autoloads.el --- automatically extracted autoloads
2 ;;
3 ;;; Code:
4 (add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
5 \f
6 ;;;### (autoloads nil "typescript-mode" "typescript-mode.el" (24278
7 ;;;;;;  47530 108950 815000))
8 ;;; Generated autoloads from typescript-mode.el
9 (put 'typescript-indent-level 'safe-local-variable #'integerp)
10
11 (autoload 'typescript-mode "typescript-mode" "\
12 Major mode for editing typescript.
13
14 Key bindings:
15
16 \\{typescript-mode-map}
17
18 \(fn)" t nil)
19
20 (eval-after-load 'folding '(when (fboundp 'folding-add-to-marks-list) (folding-add-to-marks-list 'typescript-mode "// {{{" "// }}}")))
21
22 (add-to-list 'auto-mode-alist '("\\.ts$" . typescript-mode))
23
24 ;;;***
25 \f
26 ;;;### (autoloads nil nil ("typescript-mode-pkg.el" "typescript-mode-test-utilities.el")
27 ;;;;;;  (24278 47530 144564 862000))
28
29 ;;;***
30 \f
31 ;; Local Variables:
32 ;; version-control: never
33 ;; no-byte-compile: t
34 ;; no-update-autoloads: t
35 ;; End:
36 ;;; typescript-mode-autoloads.el ends here