diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-10 19:18:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-10 19:29:59 -0400 |
commit | bb224ae3e30e2a2f6da1f43d80941b7e09581dfa (patch) | |
tree | 1c0a9aa844a321d2cbfeea50b868fe6dec538177 | |
parent | cc2357b6e9908f94999e140b132df14abdc67ece (diff) | |
download | emacs.d-bb224ae3e30e2a2f6da1f43d80941b7e09581dfa.tar.gz |
Don't set font
I'm moving this to my .Xresources file.
-rw-r--r-- | lisp/init-appearance.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index f8a0b76..532dc97 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -1,5 +1,4 @@ -(setq default-frame-alist '((font . "Droid Sans Mono-9")) - inhibit-splash-screen t +(setq inhibit-splash-screen t initial-scratch-message nil) (scroll-bar-mode -1) |