[Emacs] Multi-line!
This commit is contained in:
parent
e4cf874fcf
commit
ccd8c03a71
@ -4446,7 +4446,8 @@ This is useful with server mode when editing gmail messages. I think that it is
|
|||||||
(use-package ham-mode
|
(use-package ham-mode
|
||||||
:config
|
:config
|
||||||
(progn
|
(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
|
#+END_SRC
|
||||||
** alert
|
** alert
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user