summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-text.el2
1 files changed, 2 insertions, 0 deletions
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")))