diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2019-12-23 16:16:42 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2019-12-23 16:16:42 -0800 |
commit | 57a78444dd6628df4ea6688c7f1327943020448b (patch) | |
tree | 7da04f7f38cb79f9a88d70c8150d3f6ecbb61f7d /emacs | |
parent | emacs: Add time to the modeline and smaller font. (diff) | |
download | emacs.d-57a78444dd6628df4ea6688c7f1327943020448b.tar.gz |
emacs: fontify markdown.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-text.el | 2 |
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"))) |