krisajenkins / evil-tabs

Integrating Vim-style tabs for Evil mode users.
MIT License
66 stars 11 forks source link

Error on startup #6

Closed nobleach closed 10 years ago

nobleach commented 10 years ago

As a user, when starting the program, I get:

Warning (initialization): An error occurred while loading `/Users/username/.emacs.d/init.el':

Wrong type argument: consp, nil

I have:
(require 'evil-tabs) (global-evil-tabs-mode t)

in my init.el

nobleach commented 10 years ago

It's coming from lilne 20 in evil-tabs.el:

(require 'elscreen)

That file exists, and is in the right place. Could this http://stackoverflow.com/questions/17305303/emacs-elscreen-getting-wrong-type-argument-consp-nil-every-time-i-try-to-cre be related?

nobleach commented 10 years ago

Looks like it's a conflict with Powerline. Placing Powerline after evil-tabs resolves the issue.

krisajenkins commented 10 years ago

:+1: