[Emacs] Multi-line!

This commit is contained in:
Ivan Malison 2017-08-21 19:24:49 -07:00
parent e4cf874fcf
commit ccd8c03a71
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4446,7 +4446,8 @@ This is useful with server mode when editing gmail messages. I think that it is
(use-package ham-mode
:config
(progn
(setq ham-mode-html-to-markdown-command '("pandoc" "--from" "html" "--to" "markdown" file))))
(setq ham-mode-html-to-markdown-command
'("pandoc" "--from" "html" "--to" "markdown" file))))
#+END_SRC
** alert
#+BEGIN_SRC emacs-lisp