Add markdown mode

This commit is contained in:
outfoxxed 2022-12-09 14:58:46 -08:00
parent ce8287a469
commit 6edb596adb
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 5 additions and 0 deletions

View File

@ -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