X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=elpa%2Ftypescript-mode-20200430.1232%2Ftypescript-mode-autoloads.el;fp=elpa%2Ftypescript-mode-20200430.1232%2Ftypescript-mode-autoloads.el;h=f22fee53df129659121722f0440cc9e55729869e;hb=28a13bd0b8508bbab5e79108e5d32d2edc357baa;hp=0000000000000000000000000000000000000000;hpb=26914a98eea51a46872bacef7c2dcf8ba96a50de;p=emacs-init.git diff --git a/elpa/typescript-mode-20200430.1232/typescript-mode-autoloads.el b/elpa/typescript-mode-20200430.1232/typescript-mode-autoloads.el new file mode 100644 index 0000000..f22fee5 --- /dev/null +++ b/elpa/typescript-mode-20200430.1232/typescript-mode-autoloads.el @@ -0,0 +1,36 @@ +;;; typescript-mode-autoloads.el --- automatically extracted autoloads +;; +;;; Code: +(add-to-list 'load-path (or (file-name-directory #$) (car load-path))) + +;;;### (autoloads nil "typescript-mode" "typescript-mode.el" (24278 +;;;;;; 47530 108950 815000)) +;;; 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)) + +;;;*** + +;;;### (autoloads nil nil ("typescript-mode-pkg.el" "typescript-mode-test-utilities.el") +;;;;;; (24278 47530 144564 862000)) + +;;;*** + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: +;;; typescript-mode-autoloads.el ends here