xcodebuild / nlinum-relative

Emacs relative line number besed on nlinum-mode
GNU General Public License v2.0
60 stars 9 forks source link

Not work in Terminal #5

Closed colin4124 closed 8 years ago

colin4124 commented 8 years ago

deepinscreenshot20160516151203

The gray line is the current line, it is in normal state. When I move cursor, the top line number is change.

colin4124 commented 8 years ago

I don't know why, it works now. :joy:

xcodebuild commented 8 years ago

I tried in /Applications/Emacs.app/Contents/MacOS/Emacs -Q -nw,

(package-initialize)
(require 'evil)
(require 'nlinum-relative)
(nlinum-relative-setup-evil)
(nlinum-relative-on)

Everything works well, could you provide steps to reproduce this problem?

colin4124 commented 8 years ago

I just emacs -nw, haven't -Q . It works now, but it really doesn't works before as screenshot show that. I can't reproduce this problem any more. :joy: