Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created June 22, 2012 21:26
Show Gist options
  • Save tovbinm/2975295 to your computer and use it in GitHub Desktop.
Save tovbinm/2975295 to your computer and use it in GitHub Desktop.
Tabbar for emacs
git clone https://github.com/dholm/tabbar /usr/local/share/emacs/site-lisp/tabbar
Add then:
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/tabbar")
(require 'tabbar)
(tabbar-mode t)
to ~/.emacs.d/lisp/my-emacs.el
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment