diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-22 15:03:18 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-22 15:03:18 -0500 |
commit | ef4582e6b2850ed96fdae5cae00a8407884014be (patch) | |
tree | 98a4af1d82e5e59d3724da1c374c06b45647a719 | |
parent | Keep things in alphabetical order in emacs (diff) |
Inhibit emacs startup screen
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ '(auto-indent-next-pair-timer-interval (quote ((css-mode 1.5) (haskell-mode 1.5) (python-mode 1.5) (latex-mode 1.5) (coq-mode 1.5) (default 0.0005)))) '(column-number-mode t) '(default-input-method "TeX") + '(inhibit-startup-screen t) '(proof-disappearing-proofs t) '(proof-electric-terminator-enable t) '(scroll-bar-mode nil) |