From 2341b8279d8832f6f931c03e0728eea5954932b4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 20 Jan 2022 08:28:49 -0600 Subject: Don't hide markdown markup It makes it harder to read and edit. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index f28da00..235e030 100644 --- a/init.el +++ b/init.el @@ -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)) -- cgit 1.4.1-21-gabe81