dotfiles/doom/config/lang/web.el

6 lines
170 B
EmacsLisp
Raw Permalink Normal View History

2024-03-19 20:37:52 +00:00
;;; $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))