summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs3
1 files changed, 3 insertions, 0 deletions
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))))