Don't hide markdown markup

It makes it harder to read and edit.
This commit is contained in:
Case Duckworth 2022-01-20 08:28:49 -06:00
parent 043a186158
commit 2341b8279d
1 changed files with 1 additions and 1 deletions

View File

@ -1329,7 +1329,7 @@ See also `crux-reopen-as-root-mode'."
(marginalia-mode +1))
(setup (:straight markdown-mode)
(:option markdown-hide-markup t)
(:option markdown-hide-markup nil)
(add-to-list 'auto-mode-alist (cons (rx (or ".md" ".markdown" ".mdown")
eos)
'markdown-mode))