aboutsummaryrefslogtreecommitdiffstats
path: root/settings.el
blob: ae8938e00fab4d39b5aeb3413eba6ec73ad0f7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; 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