summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2010-11-18 13:44:33 -0500
committerEamon Walsh <ewalsh@tycho.nsa.gov>2010-11-18 13:44:33 -0500
commit2585f6be8346053f070748f3065160738a41bcb3 (patch)
tree24ab21ed785e81aa13153e743ec25ec743fbacbf
parent9ae38fdca7c01e9c8d39645447914b412ad22389 (diff)
Inhibit emacs splash screen.
-rw-r--r--.emacs12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 8b8cda5..780a28e 100644
--- a/.emacs
+++ b/.emacs
@@ -50,3 +50,15 @@
;; always end a file with a newline
;(setq require-final-newline 'query)
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(inhibit-startup-screen t))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )