From f1dcd97f42aaf59ff2622bea18047daf1019ff21 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 15:07:49 +0200 Subject: Move personal info to init.org --- .emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 7556072..d9413df 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -52,6 +52,16 @@ ;; -*- lexical-binding: t -*- #+END_SRC +* Set some personal information + + This information is used by some emacs commands and modules to make + your life easier. + + #+BEGIN_SRC emacs-lisp + (setq user-full-name "Tom Willemse" + user-mail-address "tom@ryuslash.org") + #+END_SRC + * Clean up some UI elements Some elements are only really useful if you use the mouse. Which I -- cgit v1.2.3-54-g00ecf