Path: utzoo!attcan!uunet!world!decwrl!ucbvax!compass.com!worley From: worley@compass.com (Dale Worley) Newsgroups: comp.emacs Subject: Re: Why is "default.el" loaded AFTER "~/.emacs" Message-ID: <9010091410.AA09057@sn1987a.compass.com> Date: 9 Oct 90 14:10:31 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 20 From various postings: Can anybody enlighten me as to why emacs loads the files in the order it does? and: (setq inhibit-default-init t) The reason that emacs loads your .emacs before default.el is so that your .emacs can suppress default.el *entirely*, by setting inhibit-default-init. As Phillip Moore points out, in your .emacs you can load default manually, set inhibit-default-init, and then override it to your heart's content. If default.el were loaded first, there would be no way to suppress it completely. Dale Worley Compass, Inc. worley@compass.com -- The religion that is afraid of science dishoners God and commits suicide. --Ralph Waldo Emerson