summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:36:00 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:36:00 -0700
commite3c6f46d6938aab3e6d9b51ccfe0e138109abd3d (patch)
treec5134611d2eea369037a3347841d0bf5e3d4f0bf /emacs.d
parent[emacs] Use "diminish" (diff)
downloademacs.d-e3c6f46d6938aab3e6d9b51ccfe0e138109abd3d.tar.gz
[emacs] Add a css to preview markdown document
Closes #22
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el2
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)