Skip to content

Commit

Permalink
feat(emacs): json-ts-mode: enable LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 25, 2025
1 parent fd6a860 commit 38c461c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,10 @@
:activation-fn (lsp-activate-on "typst")
:server-id 'typst-lsp))))

(use-package json-ts-mode
:hook
(json-ts-mode . lsp))

(use-package age
:custom
(age-program "rage")
Expand Down

0 comments on commit 38c461c

Please sign in to comment.