diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-25 10:34:41 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-25 10:35:15 +0200 |
commit | 3697c088e5858e11a8163348c96c5ab00687fa19 (patch) | |
tree | b8bb12642fc23cf1d759a74057dbc17e10929ca5 /config/doom/snippets | |
parent | d5e34413a1779a451d3286d7e1c124fddc20e36e (diff) | |
download | dotfiles-3697c088e5858e11a8163348c96c5ab00687fa19.tar.gz dotfiles-3697c088e5858e11a8163348c96c5ab00687fa19.tar.bz2 dotfiles-3697c088e5858e11a8163348c96c5ab00687fa19.zip |
isar-speak capture and response
Diffstat (limited to 'config/doom/snippets')
-rw-r--r-- | config/doom/snippets/notmuch-message-mode/isar-guest | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/doom/snippets/notmuch-message-mode/isar-guest b/config/doom/snippets/notmuch-message-mode/isar-guest new file mode 100644 index 0000000..f02a18f --- /dev/null +++ b/config/doom/snippets/notmuch-message-mode/isar-guest @@ -0,0 +1,25 @@ +# -*- mode: snippet -*- +# name: isar-guest +# key: isar-guest +# -- +Dear ${1:`(-> (message-fetch-field "to") (mail-extract-address-components) (car))`} + +Feel free to join us in our next meeting on ${2:MeetingDate}. + +Our next meeting takes place in hybrid setup in our venue at. + +Freiraum +Saarstr. 5 +80797 Munich + +Or online +http://us02web.zoom.us/j/81976247400 + +Meeting starts at 19:00 CEST. If you come onsite, please plan +your time accordingly to find the venue. We are already there 30min +earlier to setup the room. Online: dial-in just in time. + +Looking forward to seeing you. + +Cheers, +Oscar
\ No newline at end of file |