pinwheel: Add glsl mode to emacs

This commit is contained in:
Alexander Heldt
2024-01-03 14:45:06 +01:00
parent eafece2506
commit cee53eb5df

View File

@@ -501,6 +501,7 @@ Setup prefix for keybindings.
(js-jsx-mode . eglot-ensure) (js-jsx-mode . eglot-ensure)
(typescript-ts-mode . eglot-ensure) (typescript-ts-mode . eglot-ensure)
(rust-mode . eglot-ensure) (rust-mode . eglot-ensure)
(glsl-mode . eglot-ensure)
) )
) )
#+END_SRC #+END_SRC
@@ -564,3 +565,7 @@ Setup prefix for keybindings.
) )
) )
#+END_SRC #+END_SRC
** GLSL
#+BEGIN_SRC emacs-lisp
(use-package glsl-mode)
#+END_SRC