Add user name and email
This commit is contained in:
parent
72f8998d91
commit
3659b70579
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user