13 lines
277 B
EmacsLisp
13 lines
277 B
EmacsLisp
;;; settings.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
|
;;; Commentary:
|
|
|
|
;;; Code:
|
|
|
|
(setq user-full-name "Jesús E.")
|
|
(setq user-mail-address "heckyel@hyperbola.info")
|
|
|
|
;; Local Variables:
|
|
;; byte-compile-warnings: (not free-vars)
|
|
;; End:
|
|
;;; settings.el ends here
|