From 66e5a5eac520cb55bd8b2e0a109fc277dcbb08ad Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 12 Aug 2015 02:21:34 +0200 Subject: [PATCH] Clean up init.el; add email address --- init.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 9678eb96c..729ce766e 100644 --- a/init.el +++ b/init.el @@ -42,12 +42,14 @@ (defconst narf-debug-mode nil) -(scroll-bar-mode -1) ; no scrollbar -(tool-bar-mode -1) ; no toolbar -(menu-bar-mode -1) ; no menubar +(setq user-mail-address "henrik@lissner.net") + +(scroll-bar-mode -1) ; no scrollbar +(tool-bar-mode -1) ; no toolbar +(menu-bar-mode -1) ; no menubar (set-frame-font (font-spec :family "terminus (ttf)" :size 12 :antialias nil)) -(set-frame-parameter nil 'fullscreen 'fullboth) +;; (set-frame-parameter nil 'fullscreen 'fullboth) (load (concat user-emacs-directory "init-load-path.el")) (load-theme (if window-system 'narf-dark 'wombat) t)