feat: markdown prose mode
All checks were successful
build / build (push) Successful in 3m4s

This commit is contained in:
2026-03-24 19:59:25 -06:00
parent cbb7f3c7a7
commit de5b56d1b1

View File

@@ -0,0 +1,9 @@
;; -*- lexical-binding: t; -*-
(require 'syd/base)
(use-package markdown-mode
:config
(add-hook 'markdown-mode-hook #'syd-prose-mode))
(provide 'syd/markdown)