help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Activating tabbar after installation via elpa on emacs 24.2.1


From: Bastien
Subject: Re: Activating tabbar after installation via elpa on emacs 24.2.1
Date: Fri, 28 Sep 2012 09:40:18 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Hi Rainer,

Rainer M Krug <R.M.Krug@gmail.com> writes:

> But what do you mean with package-* options?

I mean `package-load-list' in particular.  

This defaults to '(all), which loads all packages that you downloaded
through M-x list-packages RET but you may want to load only some.

> I only set
>
> (setq package-archives '(
>                            ("ELPA" . "http://tromey.com/elpa/";)
>                            ("gnu" . "http://elpa.gnu.org/packages/";)
>                            ("suco" . 
> "http://joseito.republika.pl/sunrise-commander/";)
>                            ("marmalade" . 
> "http://marmalade-repo.org/packages/";))
>
> and that in my emacs.org (el) file - should I move this into the init.el, or 
> call
> (package-initialize) in my emacs.org (el) file after I set the parameter?

You should move this before (package-initialize), otherwise Package will
not be aware of these ELPA repos.

-- 
 Bastien



reply via email to

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