Add .env to custom configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user