mirror of
https://github.com/larstvei/dot-emacs.git
synced 2026-03-04 06:00:13 +00:00
Drop org-msg
This commit is contained in:
parent
89259b3107
commit
2b6ae38dd2
28
init.org
28
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user