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

;;; 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