zdi/README.md
Frederik Hanghøj Iversen a31cd7e6a9 Hello world
2019-11-22 11:48:07 +01:00

534 B
Raw Blame History

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)