From 44ffa9135ee7bc9549159e6ec0e5cf26679a8e76 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 25 Apr 2012 00:19:44 +0200 Subject: emacs: add user settings (name, email) --- emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') diff --git a/emacs b/emacs index f8df5e8..c57fccc 100644 --- a/emacs +++ b/emacs @@ -17,6 +17,9 @@ (color-theme-alex-console) (color-theme-alex)) +;; user settings +(setq user-full-name "Alexander Sulfrian" + user-mail-address "alexander@sulfrian.net") ;; define F1 to display man page of the current word (global-set-key [(f1)] (lambda () (interactive) (manual-entry (current-word)))) -- cgit v1.2.3