summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 15:07:49 +0200
committerGravatar Tom Willemse2014-04-20 15:07:49 +0200
commitf1dcd97f42aaf59ff2622bea18047daf1019ff21 (patch)
tree40621b72d76d7fb17d414aa11c5c809bc75578cc
parentd2144ec8c63e8f90d9dc0c8389a2f8bbf962fceb (diff)
downloademacs-f1dcd97f42aaf59ff2622bea18047daf1019ff21.tar.gz
emacs-f1dcd97f42aaf59ff2622bea18047daf1019ff21.zip
Move personal info to init.org
-rw-r--r--.emacs.d/init.el4
-rw-r--r--.emacs.d/init.org10
2 files changed, 11 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 98e92d8..6e5256a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq user-full-name "Tom Willemse")
(setq window-combination-resize t)
(setq scroll-preserve-screen-position t)
@@ -1190,8 +1189,7 @@ from myaethon2.core.decorators import (
(setq inhibit-default-init t)
(setq inhibit-startup-message t)
(setq initial-major-mode 'emacs-lisp-mode)
- (setq initial-scratch-message nil)
- (setq user-mail-address "tom@ryuslash.org"))
+ (setq initial-scratch-message nil))
(stante-after tern
(require 'tern-auto-complete)
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