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 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf