aboutsummaryrefslogtreecommitdiffstats
path: root/settings.el
blob: cb84f18230fc253985077c014ad4a0e6b5dd4b10 (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