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 01:02:55 +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:

>   (eval-after-load "tabbar"
>       '(tabbar-mode)
>     )

I think it should be 

  (eval-after-load "tabbar"
      (tabbar-mode))

(no quote)

Btw, ELPA packages are initialized *after* Emacs loads your init file.
So it may often be a good idea to add (package-initialize) very early
in your init file, after you set the package-* options correctly.

-- 
 Bastien



reply via email to

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