+hook for org-msg mode mail-mode-hook
This commit is contained in:
@@ -1028,7 +1028,9 @@ learnt the basics of org).
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org-msg
|
(use-package org-msg
|
||||||
:defer nil
|
:defer nil
|
||||||
:hook (message-mode-hook . org-msg-mode)
|
:hook
|
||||||
|
(message-mode-hook . org-msg-mode)
|
||||||
|
(mail-mode-hook . org-msg-mode)
|
||||||
:config
|
:config
|
||||||
(setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t tex:dvipng"
|
(setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t tex:dvipng"
|
||||||
org-msg-greeting-fmt "Dear %s,\n"
|
org-msg-greeting-fmt "Dear %s,\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user