From e4ba5ed54610bcb75f586e1d3d0871b4fe376b5d Mon Sep 17 00:00:00 2001 From: linlyboi Date: Thu, 4 Apr 2024 00:16:42 +0200 Subject: [PATCH] ay new email and contact capture template --- private_dot_config/doom/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index e18bbd7..59ecd02 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -7,7 +7,7 @@ ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. It is optional. (setq user-full-name "Aly Sewelam" - user-mail-address "linly@swagg.ml") + user-mail-address "linlysmolworthy@gmail.com") ;; Doom exposes five (optional) variables for controlling fonts in Doom: ;; @@ -237,7 +237,7 @@ (add-to-list 'org-capture-templates '("c" "Contact" entry (file+headline "~/org/contacts.org" "Contacts") - "* %^{Name|John Doe}\n + "* %^{Name|John Doe} :PROPERTIES: :PHONE: %^{Phone Number} :ADDRESS: %^{Address}