diff --git a/init.org b/init.org index e8f83ab..ec7c9e3 100644 --- a/init.org +++ b/init.org @@ -1249,34 +1249,6 @@ (setq message-kill-buffer-on-exit t)) #+end_src -** Email with org mode - - The package org-msg allows me to compose emails with Org mode. That means I - easily can add headings, tables, source code, etc. It is really neat. - - #+begin_src emacs-lisp - - ;; Org mode to send and reply to email in HTML - (use-package org-msg - :after (org mu4e) - :config - (add-to-list 'mu4e-compose-pre-hook 'org-msg-mode) - (setq org-msg-enforce-css (concat user-emacs-directory "email-style.css") - org-msg-options "html-postamble:nil toc:nil num:nil author:nil email:nil" - org-msg-default-alternatives '((new . (text html)) - (reply-to-html . (text html)) - (reply-to-text . (text))) - org-msg-signature " - - ,#+begin_signature - ,#+begin_export html - - - Lars - ,#+end_export - ,#+end_signature\n")) - - #+end_src - * LLM The ChatGPT client [[https://github.com/karthink/gptel][gptel]] needs an API key from the OpenAI API. This key can