2016-09-15 16:31:23 +00:00
|
|
|
|
;;; typescript-mode-autoloads.el --- automatically extracted autoloads
|
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
2016-09-26 17:08:35 +00:00
|
|
|
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
2016-09-15 16:31:23 +00:00
|
|
|
|
|
2016-09-26 17:08:35 +00:00
|
|
|
|
;;;### (autoloads nil "typescript-mode" "typescript-mode.el" (22505
|
|
|
|
|
;;;;;; 21393 257829 810000))
|
2016-09-15 16:31:23 +00:00
|
|
|
|
;;; Generated autoloads from typescript-mode.el
|
|
|
|
|
|
|
|
|
|
(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))
|
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; End:
|
|
|
|
|
;;; typescript-mode-autoloads.el ends here
|