emacs-personal/settings.el
2019-05-15 22:14:34 -05:00

14 lines
295 B
EmacsLisp

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