diff --git a/init.el b/init.el index 7bc41ba..1b72daa 100644 --- a/init.el +++ b/init.el @@ -103,6 +103,11 @@ (use-package ts-fold :straight (ts-fold :type git :host github :repo "emacs-tree-sitter/ts-fold")) +;; Markdown +(use-package markdown-mode + :init + (setq markdown-fontify-code-blocks-natively t)) + ;; Treesitter (use-package tree-sitter :config