Clean up init.el; add email address
This commit is contained in:
parent
4fd17aff71
commit
66e5a5eac5
1 changed files with 6 additions and 4 deletions
4
init.el
4
init.el
|
@ -42,12 +42,14 @@
|
||||||
|
|
||||||
(defconst narf-debug-mode nil)
|
(defconst narf-debug-mode nil)
|
||||||
|
|
||||||
|
(setq user-mail-address "henrik@lissner.net")
|
||||||
|
|
||||||
(scroll-bar-mode -1) ; no scrollbar
|
(scroll-bar-mode -1) ; no scrollbar
|
||||||
(tool-bar-mode -1) ; no toolbar
|
(tool-bar-mode -1) ; no toolbar
|
||||||
(menu-bar-mode -1) ; no menubar
|
(menu-bar-mode -1) ; no menubar
|
||||||
|
|
||||||
(set-frame-font (font-spec :family "terminus (ttf)" :size 12 :antialias nil))
|
(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 (concat user-emacs-directory "init-load-path.el"))
|
||||||
(load-theme (if window-system 'narf-dark 'wombat) t)
|
(load-theme (if window-system 'narf-dark 'wombat) t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue