From e14746df26a23937e846d951bab557b310535d15 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 10 Apr 2022 12:04:27 +0200 Subject: [PATCH] Don't set name and email --- config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.el b/config.el index 3311f05..ae72cb2 100644 --- a/config.el +++ b/config.el @@ -6,8 +6,8 @@ ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. It is optional. -(setq user-full-name "John Doe" - user-mail-address "john@doe.com") +;; (setq user-full-name "John Doe" +;; user-mail-address "john@doe.com") ;; Doom exposes five (optional) variables for controlling fonts in Doom: ;;