Add markdown mode
This commit is contained in:
parent
ce8287a469
commit
6edb596adb
1 changed files with 5 additions and 0 deletions
5
init.el
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue