diff --git a/configuration.org b/configuration.org index 1422b89..0578444 100644 --- a/configuration.org +++ b/configuration.org @@ -2735,6 +2735,25 @@ An alternative could be (org-mode . org-autolist-mode)) #+END_SRC +** Write messages with Org-mode + +#+BEGIN_SRC emacs-lisp +(use-package org-msg + :config + (customize-set-variable 'org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil") + (customize-set-variable 'org-msg-startup "hidestars indent inlineimages") + (customize-set-variable 'org-msg-greeting-fmt "\nHello,\n\n") + (customize-set-variable 'org-msg-greeting-fmt-mailto nil) + (customize-set-variable 'org-msg-signature " + +Best, + +,#+begin_signature +-- *Gergely Polonkai* \\\\ +,#+end_signature") + (org-msg-mode)) +#+END_SRC + * Git & Co. ** Git status on the fringe diff --git a/customizations.el b/customizations.el index 69e8f56..8a215d2 100644 --- a/customizations.el +++ b/customizations.el @@ -148,6 +148,7 @@ org-autolist org-caldav org-jekyll + org-msg org-projectile org-projectile-helm org-random-todo