Skip to content

Commit

Permalink
feat(emacs): add yaml-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 11, 2023
1 parent 62fe771 commit 59bd54b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,9 @@ snippet, or `emmet-expand-yas'/`emmet-expand-line', depending on whether
:mode "\\.tsx\\'"
:hook (tsx-ts-mode . lsp-deferred))

(use-package yaml-mode
:mode ("\\.\\(yml\\|yaml\\)\\'"))

(use-package feature-mode)

(use-package age
Expand Down

0 comments on commit 59bd54b

Please sign in to comment.