Add support for mdx files in doom config.

This commit is contained in:
2023-12-04 18:26:59 +13:00
parent e4e5f91b44
commit 1303094e91

View File

@ -117,3 +117,6 @@
;; Fix comment colors ;; Fix comment colors
(set-face-foreground 'font-lock-string-face "green") (set-face-foreground 'font-lock-string-face "green")
(set-face-foreground 'font-lock-comment-face "green") (set-face-foreground 'font-lock-comment-face "green")
;; Add support for mdx files
(add-to-list 'auto-mode-alist '("\\.mdx\\'" . markdown-mode))