aboutsummaryrefslogtreecommitdiffstats
path: root/settings.el
blob: 76045009882e23485372e93be53a27acb8d7aff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; settings.el --- .Emacs Configuration -*- lexical-binding:  t; -*-
;;; Commentary:
;; custom settings!!!

;;; Code:
(setq user-full-name (getenv "EMACS_USER"))
(setq user-mail-address (getenv "EMACS_EMAIL"))
;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; End:
;;; settings.el ends here