Go to file
Frederik Hanghøj Iversen f71afc0160 Add dir-locals for some Z projects 2020-02-11 09:52:40 +01:00
dir-locals Add dir-locals for some Z projects 2020-02-11 09:52:40 +01:00
BACKLOG.md Hello world 2019-11-22 11:48:07 +01:00
README.md Hello world 2019-11-22 11:48:07 +01:00
zdi.el Add function to find spec file given naming convention in HC 2020-02-11 09:51:54 +01:00

README.md

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)