Skip to content

Commit

Permalink
added keybindings to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Williams committed Aug 3, 2009
1 parent f5ad2a9 commit b56982d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions feature-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
;; (autoload 'feature-mode "feature-mode" "Mode for editing cucumber files" t)
;; (add-to-list 'auto-mode-alist '("\.feature$" . feature-mode))

;; Key Bindings
;; ------------
;;
;; \C-c ,v
;; : Verify all scenarios in the current buffer file.
;;
;; \C-c ,s
;; : Verify the scenario under the point in the current buffer.

(eval-when-compile (require 'cl))

;;
Expand Down

0 comments on commit b56982d

Please sign in to comment.