summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 1 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)