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.el | 4 +--- .emacs.d/init.org | 10 ++++++++++ 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 -- cgit v1.2.3-54-g00ecf