dotfiles/doom/config/lang/web.el
2024-03-19 16:37:52 -04:00

5 lines
170 B
EmacsLisp

;;; $DOOMDIR/config/lang/web.el -*- lexical-binding: t; -*-
(setq-hook! 'web-mode-hook +format-with-lsp nil)
(add-to-list 'auto-mode-alist '("\\.astro\\'" . web-mode))