From ccd8c03a710c9168dba38e8834f5cdb9caff94ec Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 21 Aug 2017 19:24:49 -0700 Subject: [PATCH] [Emacs] Multi-line! --- dotfiles/emacs.d/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 3eb4af07..617d5590 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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