Skip to content

Commit

Permalink
Add edicorconfig-apply of web-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Sep 1, 2024
1 parent 8ab0960 commit f850e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@
(add-hook 'web-mode-hook
#'(lambda ()
(setq web-mode-enable-auto-indentation nil)))
(add-hook 'web-mode-hook 'editorconfig-apply)
(add-hook 'web-mode-hook 'prettier-js-mode)
(add-hook 'web-mode-hook
#'(lambda ()
Expand Down

0 comments on commit f850e1a

Please sign in to comment.