[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to disable autoloading



At 07 Apr 2002 20:28:52 -0400,
Tomasz Kosinski <mickle@escape.com> 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 debian-emacsen-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: