Add markdown mode
This commit is contained in:
parent
ce8287a469
commit
6edb596adb
5
init.el
5
init.el
|
@ -103,6 +103,11 @@
|
||||||
(use-package ts-fold
|
(use-package ts-fold
|
||||||
:straight (ts-fold :type git :host github :repo "emacs-tree-sitter/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
|
;; Treesitter
|
||||||
(use-package tree-sitter
|
(use-package tree-sitter
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue