From cee53eb5dfc7cee1f98b8c6d4b10e3e61bf6e1ee Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 3 Jan 2024 14:45:06 +0100 Subject: [PATCH] pinwheel: Add `glsl` mode to `emacs` --- hosts/pinwheel/modules/emacs/config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 5f51024..13be011 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -501,6 +501,7 @@ Setup prefix for keybindings. (js-jsx-mode . eglot-ensure) (typescript-ts-mode . eglot-ensure) (rust-mode . eglot-ensure) + (glsl-mode . eglot-ensure) ) ) #+END_SRC @@ -564,3 +565,7 @@ Setup prefix for keybindings. ) ) #+END_SRC +** GLSL +#+BEGIN_SRC emacs-lisp + (use-package glsl-mode) +#+END_SRC