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}