docs: don't set user-* variables by default
This commit is contained in:
parent
89e444ef85
commit
37f4653f5e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||||
;; clients, file templates and snippets. It is optional.
|
;; clients, file templates and snippets. It is optional.
|
||||||
(setq user-full-name "John Doe"
|
;; (setq user-full-name "John Doe"
|
||||||
user-mail-address "john@doe.com")
|
;; user-mail-address "john@doe.com")
|
||||||
|
|
||||||
;; Doom exposes five (optional) variables for controlling fonts in Doom:
|
;; Doom exposes five (optional) variables for controlling fonts in Doom:
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue