View this PageEdit this PageAttachments to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

emacstabbarmods


(add-to-list 'load-path "/home/[Your home directory here]")
(require 'tabbar)
(tabbar-mode)
(global-set-key [(control tab)] 'tabbar-forward)
(global-set-key [(C-iso-left-tab)] 'tabbar-backward)

-----------

Link to this Page