all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Lidstrom <someone@microsoft.com>
Subject: Re: Tabbar installation
Date: Sat, 14 Feb 2004 00:17:30 +0100	[thread overview]
Message-ID: <pan.2004.02.13.23.17.30.738308@microsoft.com> (raw)
In-Reply-To: pan.2004.02.13.23.14.03.678972@microsoft.com

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	other threads:[~2004-02-13 23:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-13 17:47 Tabbar installation Daniel Lidstrom
2004-02-13 19:13 ` Kevin Rodgers
2004-02-13 23:14   ` Daniel Lidstrom
2004-02-13 23:17     ` Daniel Lidstrom [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.02.13.23.17.30.738308@microsoft.com \
    --to=someone@microsoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.