From: John Turner Date: Sat, 7 Dec 2024 01:37:17 +0000 (-0500) Subject: add sitefile to wgsl-ts-mode to autoload it X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=f0c6a0f58f4157b511a860e596e9589a7ecc1a1e;p=ebuilds add sitefile to wgsl-ts-mode to autoload it --- 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)