summaryrefslogtreecommitdiff
path: root/app-emacs/wgsl-ts-mode
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2024-12-06 20:37:17 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2024-12-06 20:37:17 -0500
commitf0c6a0f58f4157b511a860e596e9589a7ecc1a1e (patch)
treedb22d7c6a8156400d8ba62b22db37103a91ffedb /app-emacs/wgsl-ts-mode
parent7196ca9a7ea4dd40937191487c72ac3d0d0adca8 (diff)
downloadebuilds-f0c6a0f58f4157b511a860e596e9589a7ecc1a1e.tar.gz
add sitefile to wgsl-ts-mode to autoload it
Diffstat (limited to 'app-emacs/wgsl-ts-mode')
-rw-r--r--app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el b/app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el
new file mode 100644
index 0000000..07ffaea
--- /dev/null
+++ b/app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'wgsl-ts-mode "wgsl-ts-mode" nil t nil)