papaeye / emacs-navbar

Navigation bar for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navbar.el

Build Status Coverage Status

navbar.el is a navigation bar for Emacs. Just like the navbar component of Bootstrap, navbar.el can contain various components called navbar items.

navbar.el requires Emacs 24.4 or later.

Installation

Put navbar.el and navbarx-*.el somewhere in your load-path.

Getting Started

  1. This is the "Hello, world!" example:

  2. The element of navbar-item-list may be a function which returns a property list. To reflect the change of navbar-item-list, run navbar-sync. navbarx-time displays display-time-string in the navbar buffer instead of the mode line:

  3. navbarx-elscreen displays ElScreen tabs in the navbar buffer instead of the header line:

About

Navigation bar for Emacs


Languages

Language:Emacs Lisp 97.6%Language:Makefile 2.4%