Skip to content

blue0513/spec-jump.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Spec Jump

A simple package for jumping to the spec file, jumping back from the spec file.

image

Setup

;; write the code as bellow in your init.el
(add-to-list 'load-path "/path/to/spec-jump")
(require 'spec-jump)

And you need to install counsel before.

Usage

Under the Git control project, you can just execute commands bellow in *.rb files.

M-x spec-jump

  • If you have the correspond spec file, you can find and jump to the spec file.
  • If it is a spec file, you can find and jump to the original file.

About

A simple package for jumping to the spec file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published