From b10472d559a1f5ec23996ab02cdf3ee2315d625d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 18 Oct 2016 18:28:02 -0700 Subject: [PATCH] [Emacs] Add ham-mode config --- dotfiles/emacs.d/README.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 5827f564..6aabc101 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3720,7 +3720,15 @@ Not really sure what this is ** gmail-message-mode This is useful with server mode when editing gmail messages. I think that it is not currently working, or it may need to be manually enabled. #+BEGIN_SRC emacs-lisp -(use-package gmail-message-mode) +(use-package gmail-message-mode + :demand t) +#+END_SRC +** ham-mode +#+BEGIN_SRC emacs-lisp +(use-package ham-mode + :config + (progn + (setq ham-mode-html-to-markdown-command '("pandoc" "--from" "html" "--to" "markdown" file)))) #+END_SRC ** alert #+BEGIN_SRC emacs-lisp