summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 2d2a8a77104..c4a11809a73 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -141,6 +141,8 @@ directory name of the directory where the `.emacs' file was looked for.")
(setq default-directory (abbreviate-file-name default-directory))
(unwind-protect
(command-line)
+ ;; Run the site-start library if it exists.
+ (load "site-start" t t)
(run-hooks 'emacs-startup-hook)
(and term-setup-hook
(run-hooks 'term-setup-hook))