Skip to content

Commit

Permalink
feat(emacs): add Dockerfile support
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 22, 2024
1 parent 01504d6 commit 10f9984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@
:init
(setq lsp-tailwindcss-add-on-mode t))

(use-package dockerfile-mode)

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

Expand Down

0 comments on commit 10f9984

Please sign in to comment.