Skip to content

Instantly share code, notes, and snippets.

@tmyymmt
Created October 11, 2012 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmyymmt/3872988 to your computer and use it in GitHub Desktop.
Save tmyymmt/3872988 to your computer and use it in GitHub Desktop.
Grep description of specs2 unit specification in selected buffer on xyzzy
; Grep description of specs2 unit specification in selected buffer on xyzzy
; Please copy & paste following code at your .xyzzy
; Usage: M-x grep-specs2-unit-selected-buffer
(defun grep-specs2-unit-selected-buffer ()
(interactive)
(grep " should \\| in " (selected-buffer)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment