Add user name and email

This commit is contained in:
James Dixon 2025-03-28 16:43:45 -04:00
parent 72f8998d91
commit 3659b70579

View File

@ -7,8 +7,13 @@
;;; Emacs from scratch (somewhat), this is my ~~story~~ config ;;; Emacs from scratch (somewhat), this is my ~~story~~ config
;;; ((((((((((((((((((((!!!GNU EMACS!!!)))))))))))))))))))) ;;; ((((((((((((((((((((!!!GNU EMACS!!!))))))))))))))))))))
;;; ;;;
;;; Code: ;;; Code:
;;; User Info
(setq user-full-name "James Dixon")
(setq user-mail-address "notjamesdixon@gmail.com")
;;; * Start "Sensible Defaults" * ;;; * Start "Sensible Defaults" *
;; Do not do these things ;; Do not do these things