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

;;; Code:

(setq user-full-name "LibreUser.")
(setq user-mail-address "name@domain.com")

;; Local Variables:
;; byte-compile-warnings: (not free-vars)
;; End:
;;; settings.el ends here