]> jturnerusa.dev Git - ebuilds/commitdiff
add sitefile to wgsl-ts-mode to autoload it
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Sat, 7 Dec 2024 01:37:17 +0000 (20:37 -0500)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Sat, 7 Dec 2024 01:37:17 +0000 (20:37 -0500)
app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el [new file with mode: 0644]

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 (file)
index 0000000..07ffaea
--- /dev/null
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'wgsl-ts-mode "wgsl-ts-mode" nil t nil)