Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
3.0 KiB

  1. ;;; js2-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "js2-imenu-extras" "js2-imenu-extras.el" (0
  7. ;;;;;; 0 0 0))
  8. ;;; Generated autoloads from js2-imenu-extras.el
  9. (autoload 'js2-imenu-extras-setup "js2-imenu-extras" nil nil nil)
  10. (autoload 'js2-imenu-extras-mode "js2-imenu-extras" "\
  11. Toggle Imenu support for frameworks and structural patterns.
  12. If called interactively, enable Js2-Imenu-Extras mode if ARG is
  13. positive, and disable it if ARG is zero or negative. If called
  14. from Lisp, also enable the mode if ARG is omitted or nil, and
  15. toggle it if ARG is `toggle'; disable the mode otherwise.
  16. \(fn &optional ARG)" t nil)
  17. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "js2-imenu-extras" '("js2-imenu-")))
  18. ;;;***
  19. ;;;### (autoloads nil "js2-mode" "js2-mode.el" (0 0 0 0))
  20. ;;; Generated autoloads from js2-mode.el
  21. (autoload 'js2-highlight-unused-variables-mode "js2-mode" "\
  22. Toggle highlight of unused variables.
  23. If called interactively, enable Js2-Highlight-Unused-Variables
  24. mode if ARG is positive, and disable it if ARG is zero or
  25. negative. If called from Lisp, also enable the mode if ARG is
  26. omitted or nil, and toggle it if ARG is `toggle'; disable the
  27. mode otherwise.
  28. \(fn &optional ARG)" t nil)
  29. (autoload 'js2-minor-mode "js2-mode" "\
  30. Minor mode for running js2 as a background linter.
  31. This allows you to use a different major mode for JavaScript editing,
  32. such as `js-mode', while retaining the asynchronous error/warning
  33. highlighting features of `js2-mode'.
  34. If called interactively, enable Js2 minor mode if ARG is
  35. positive, and disable it if ARG is zero or negative. If called
  36. from Lisp, also enable the mode if ARG is omitted or nil, and
  37. toggle it if ARG is `toggle'; disable the mode otherwise.
  38. \(fn &optional ARG)" t nil)
  39. (autoload 'js2-mode "js2-mode" "\
  40. Major mode for editing JavaScript code.
  41. \(fn)" t nil)
  42. (autoload 'js2-jsx-mode "js2-mode" "\
  43. Major mode for editing JSX code in Emacs 26 and earlier.
  44. To edit JSX code in Emacs 27, use `js-mode' as your major mode
  45. with `js2-minor-mode' enabled.
  46. To customize the indentation for this mode, set the SGML offset
  47. variables (`sgml-basic-offset' et al) locally, like so:
  48. (defun set-jsx-indentation ()
  49. (setq-local sgml-basic-offset js2-basic-offset))
  50. (add-hook \\='js2-jsx-mode-hook #\\='set-jsx-indentation)
  51. \(fn)" t nil)
  52. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "js2-mode" '("js2-")))
  53. ;;;***
  54. ;;;### (autoloads nil "js2-old-indent" "js2-old-indent.el" (0 0 0
  55. ;;;;;; 0))
  56. ;;; Generated autoloads from js2-old-indent.el
  57. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "js2-old-indent" '("js2-")))
  58. ;;;***
  59. ;;;### (autoloads nil nil ("js2-mode-pkg.el") (0 0 0 0))
  60. ;;;***
  61. ;; Local Variables:
  62. ;; version-control: never
  63. ;; no-byte-compile: t
  64. ;; no-update-autoloads: t
  65. ;; coding: utf-8
  66. ;; End:
  67. ;;; js2-mode-autoloads.el ends here