diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 1786fcc..6048158 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -147,7 +147,7 @@ :commands (markdown-mode gfm-mode) :mode (("\\.md\\'" . gfm-mode) ("\\.markdown\\'" . gfm-mode)) - :init (setq markdown-command "pandoc -f markdown_github")) + :init (setq markdown-command "pandoc -f markdown_github -c https://goo.gl/OVmlwT --self-contained")) (use-package midnight) |