Skip to content

Commit

Permalink
Activate yas in zig-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jun 3, 2024
1 parent 05b1135 commit 8f80322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,8 @@ I have recently started writing more Zig code. Hopefully I will continue doing s
#+BEGIN_SRC emacs-lisp
(use-package zig-mode
:hook
((zig-mode . lsp)))
((zig-mode . lsp)
(zig-mode . yas-minor-mode)))
#+END_SRC


Expand Down

0 comments on commit 8f80322

Please sign in to comment.