Add .env to custom configuration

This commit is contained in:
Jesús
2022-03-05 04:06:33 +08:00
parent 3ddd2efd64
commit aba5e59b02
8 changed files with 32 additions and 12 deletions

View File

@@ -3,9 +3,8 @@
;; custom settings!!!
;;; Code:
(setq user-full-name "LibreUser.")
(setq user-mail-address "name@domain.com")
(setq user-full-name (getenv "EMACS_USER"))
(setq user-mail-address (getenv "EMACS_EMAIL"))
;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; End: