emacs-devel
[Top][All Lists]
Advanced

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

Re: Deactivate a package without uninstalling it


From: David Kastrup
Subject: Re: Deactivate a package without uninstalling it
Date: Fri, 08 Jul 2011 09:13:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> How can I prevent Emacs from activating an ELPA package which is installed
> system-wide?
> E.g. how can I have the AUCTeX package installed but without it
> hijacking the default latex-mode?

The AUCTeX manual offers the following:

   If you want to remove a preinstalled AUCTeX completely before any of
its modes have been used,
     (unload-feature 'tex-site)
   should accomplish that.

I don't know how the ELPA version deals with it.

In any case,

M-x customize-variable RET TeX-modes RET

should give you control about what kind of modes you want to have AUCTeX
to provide.

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]