Skip to content

Commit

Permalink
Add zig-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed May 23, 2024
1 parent 8ed6530 commit cabd1bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,15 @@ Used in Cucumber, Karate and more :) Useful to have for the situations where you
((wgsl-mode . lsp)))
#+END_SRC

**** Zig
I have recently started writing more Zig code. Hopefully I will continue doing so, so this section is not just spam :)
#+BEGIN_SRC emacs-lisp
(use-package zig-mode
:hook
((zig-mode . lsp)))
#+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 cabd1bb

Please sign in to comment.