Skip to content

Commit

Permalink
Add wgsl-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Nov 26, 2023
1 parent f6e99eb commit b0979ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ When starting my configuration, it will look like the following (see below for c
- [[#markdown][Markdown]]
- [[#yaml][YAML]]
- [[#xml][XML]]
- [[#wgsl---webgpu-shading-language][WGSL - WebGPU Shading Language]]
- [[#git-and-project-handling][git and project handling]]
- [[#sidebar-tree-navigation][Sidebar tree navigation]]
- [[#better-terminals][Better terminals]]
Expand Down Expand Up @@ -910,6 +911,10 @@ Used in Cucumber, Karate and more :) Useful to have for the situations where you
(setq nxml-attribute-indent 4)
#+END_SRC

**** WGSL - WebGPU Shading Language
#+BEGIN_SRC emacs-lisp
(use-package wgsl-mode)
#+END_SRC
*** git and project handling
This is almost a reason to use Emacs by itself! Magit is the best way to experience git in my view. Simple and quick to use, together with its connection with git-gutter-fringe makes it super awesome!

Expand Down

0 comments on commit b0979ea

Please sign in to comment.