mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[emacs] Disable sub/superscript in org-msg
This commit is contained in:
parent
95db5e2312
commit
1396cc0422
1 changed files with 4 additions and 3 deletions
|
@ -1200,9 +1200,10 @@ Prefer sending HTML-formatted messages with plain text as a fallback option
|
|||
[[https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html][RFC-1341]]).
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! org-msg
|
||||
:config
|
||||
(setq org-msg-default-alternatives '(text html)))
|
||||
(use-package! org-msg
|
||||
:config
|
||||
(setq org-msg-default-alternatives '(text html)
|
||||
org-msg-options "html-postamble:nil toc:nil author:nil email:nil ^:nil"))
|
||||
#+end_src
|
||||
** Chat
|
||||
*** Circe
|
||||
|
|
Loading…
Reference in a new issue