summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-23 16:16:42 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-23 16:16:42 -0800
commit57a78444dd6628df4ea6688c7f1327943020448b (patch)
tree7da04f7f38cb79f9a88d70c8150d3f6ecbb61f7d
parentemacs: Add time to the modeline and smaller font. (diff)
downloademacs.d-57a78444dd6628df4ea6688c7f1327943020448b.tar.gz
emacs: fontify markdown.
-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")))