diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:36:00 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:36:00 -0700 |
commit | e3c6f46d6938aab3e6d9b51ccfe0e138109abd3d (patch) | |
tree | c5134611d2eea369037a3347841d0bf5e3d4f0bf | |
parent | [emacs] Use "diminish" (diff) | |
download | emacs.d-e3c6f46d6938aab3e6d9b51ccfe0e138109abd3d.tar.gz |
[emacs] Add a css to preview markdown document
Closes #22
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) |