summaryrefslogtreecommitdiff
path: root/app-emacs/js2-mode/files/50js2-mode-gentoo.el
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-06 04:25:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-06 04:25:47 +0100
commitf5d9305cc82b2e211fdaba92618c07829ffb2c48 (patch)
tree430648fb68a5308f8831702d5a970e476ca4e91c /app-emacs/js2-mode/files/50js2-mode-gentoo.el
parent0234994edb2122d4508c5a07122e774bcab9195b (diff)
gentoo auto-resync : 06:09:2022 - 04:25:47
Diffstat (limited to 'app-emacs/js2-mode/files/50js2-mode-gentoo.el')
-rw-r--r--app-emacs/js2-mode/files/50js2-mode-gentoo.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emacs/js2-mode/files/50js2-mode-gentoo.el b/app-emacs/js2-mode/files/50js2-mode-gentoo.el
new file mode 100644
index 000000000000..12daf0e43291
--- /dev/null
+++ b/app-emacs/js2-mode/files/50js2-mode-gentoo.el
@@ -0,0 +1,12 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'js2-imenu-extras-setup "js2-imenu-extras")
+(autoload 'js2-imenu-extras-mode "js2-imenu-extras"
+ "Toggle Imenu support for frameworks and structural patterns." t)
+(autoload 'js2-highlight-unused-variables-mode "js2-mode"
+ "Toggle highlight of unused variables." t)
+(autoload 'js2-minor-mode "js2-mode"
+ "Minor mode for running js2 as a background linter." t)
+(autoload 'js2-mode "js2-mode"
+ "Major mode for editing JavaScript code." t)
+(autoload 'js2-jsx-mode "js2-mode"
+ "Major mode for editing JSX code in Emacs 26 and earlier." t)