From 57a78444dd6628df4ea6688c7f1327943020448b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 23 Dec 2019 16:16:42 -0800 Subject: emacs: fontify markdown. --- emacs.d/custom/fcuny-text.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-text.el b/emacs.d/custom/fcuny-text.el index a16c7a8..73f93a4 100644 --- a/emacs.d/custom/fcuny-text.el +++ b/emacs.d/custom/fcuny-text.el @@ -21,6 +21,8 @@ :mode (("README\\.md\\'" . gfm-mode) ("\\.md\\'" . gfm-mode) ("\\.markdown\\'" . gfm-mode)) + :custom + (markdown-fontify-code-blocks-natively t) :config (when (executable-find "pandoc") (setq markdown-command "pandoc -f markdown -t html"))) -- cgit 1.4.1