From 6edb596adb079d63fcab670fd23858af3a39c2be Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 9 Dec 2022 14:58:46 -0800 Subject: [PATCH] Add markdown mode --- init.el | 5 +++++ 1 file changed, 5 insertions(+) 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