From f0c6a0f58f4157b511a860e596e9589a7ecc1a1e Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 6 Dec 2024 20:37:17 -0500 Subject: [PATCH] add sitefile to wgsl-ts-mode to autoload it --- app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app-emacs/wgsl-ts-mode/files/50wgsl-ts-mode-gentoo.el 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) -- 2.39.5