chiark / gitweb /
emacs: inhibit-startup-screen
[ian-dotfiles.git] / dot / emacs
index 4c2a31718f7bbf97f35e5857db502923ccab384b..707f297ea0a9ddbbd10d3f2fe6514f4dc5167d98 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -7,6 +7,7 @@
  ;; If there is more than one, they won't work right.
  '(blink-cursor-mode nil)
  '(font-use-system-font t)
+ '(inhibit-startup-screen t)
  '(send-mail-function (quote sendmail-send-it)))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
@@ -18,3 +19,6 @@
 (load-library "ian")
 (menu-bar-mode -1)
 (put 'dired-find-alternate-file 'disabled nil)
+(let ((ian-local (locate-library "ian-local")))
+  (if ian-local
+        (load-library ian-local)))