zdi/README.md

16 lines
534 B
Markdown
Raw Permalink Normal View History

2019-11-22 10:11:59 +00:00
# Emacs integration for ZDI
A small utility for running rspec directly from the comfort of emacs.
Its just a first rough version that works for developing on help
center. I havent made it super configurable. You should modify it
to your own needs or make it more configurable and send a PR.
It allows you to go to an rspec file in help center and run the RSpec
on it by doing `M-x compile`.
## Installation
(add-to-list 'load-path PATH-TO-ZDI)
(require zdi)
(add-hook 'ruby-mode-hook 'zdi-set-compile-command)