At 07 Apr 2002 20:28:52 -0400, Tomasz Kosinski <[EMAIL PROTECTED]> wrote:
> I would like to (temporarily) disable the start-up, auto- loading of > auctex, which seems to be built-in to my emacs 21.1.1. I assume this to > be part of the debian configured start-up files, because it's not in my > .emacs. Debian's startup file is in `/etc/emacs/site-start.d'. You can edit it if you have root access. And then, if you want to load a personal elisp (~/elisp/*.el), put this on your ~/.emacs: (setq load-path (cons (expand-file-name "~/elisp") load-path)) -- Tatsuya Kinoshita -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]