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

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

Re: Tabbar installation


From: Daniel Lidstrom
Subject: Re: Tabbar installation
Date: Sat, 14 Feb 2004 00:17:30 +0100
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

On Sat, 14 Feb 2004 00:14:03 +0100, Daniel Lidstrom wrote:

> I put tabbar.el in ~/.emacs-lisp/ and .emacs looks like:
> ;;; Set load-path
> (setq load-path  (cons (expand-file-name "~/.emacs-lisp/") load-path))
> ;;; Prevent Extraneous Tabs
>   (setq-default indent-tabs-mode nil)
> ;; Load tabbar
>   (load-library "tabbar")
>   (global-set-key [(control f10)] 'tabbar-local-mode)
> 
> 
> Now when I try ctrl-f10 with two or more files loaded in emacs I don't see
> any tabs. What am I missing?

Never mind. I got what I wanted with this in .emacs:
  (require 'tabbar)
  (tabbar-mode)

Thanks!
P.S. Why didn't load-library work?

-- 
Daniel



reply via email to

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