From d8bcdd0272d1d2c5a1b6afb3c518ca21817155cb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 18 Apr 2017 10:58:32 +0200 Subject: [PATCH] Move email address to customizations --- customizations.el | 3 ++- init.el | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/customizations.el b/customizations.el index 27b27c1..b00d555 100644 --- a/customizations.el +++ b/customizations.el @@ -151,7 +151,8 @@ zygospore))) '(sgml-basic-offset 4) '(show-trailing-whitespace t) - '(tab-width 4)) + '(tab-width 4) + '(user-mail-address "gergely@polonkai.eu")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/init.el b/init.el index 08a2514..34c7458 100644 --- a/init.el +++ b/init.el @@ -63,9 +63,6 @@ ;; Maximize the frame (set-frame-parameter nil 'fullscreen 'maximized) -;; Some personal stuff -(setq user-mail-address "gergely@polonkai.eu") - (defun termux-p () "Check if Emacs is running under Termux." (string-match-p