Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 495 Bytes

README.org

File metadata and controls

17 lines (11 loc) · 495 Bytes

Evil Tabs

You use Emacs, you like evil-mode, but when you type :tabnew nothing happens. Install this.

Installation

If you’re hooked up to MELPA:

M-x package-refresh-contents
M-x package-install RET evil-tabs

(Alternatively just grab the single evil-tabs.el file and install that in your preferred way.)

Then add (global-evil-tabs-mode t) to your .emacs file, and eval it.