diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2024-12-06 20:37:17 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2024-12-06 20:37:17 -0500 |
commit | f0c6a0f58f4157b511a860e596e9589a7ecc1a1e (patch) | |
tree | db22d7c6a8156400d8ba62b22db37103a91ffedb /app-emacs/wgsl-ts-mode | |
parent | 7196ca9a7ea4dd40937191487c72ac3d0d0adca8 (diff) | |
download | ebuilds-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.el | 2 |
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) |