From 37f4653f5e6aa099932259b7c2d38fea37331e0b Mon Sep 17 00:00:00 2001 From: Zaz Brown Date: Mon, 24 Jul 2023 09:03:07 -0700 Subject: [PATCH] docs: don't set user-* variables by default --- templates/config.example.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.example.el b/templates/config.example.el index 855186b92..fa39ec981 100644 --- a/templates/config.example.el +++ b/templates/config.example.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: ;;