Skip to content

Instantly share code, notes, and snippets.

@zoldar
Created October 3, 2013 18:36
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 zoldar/6814745 to your computer and use it in GitHub Desktop.
Save zoldar/6814745 to your computer and use it in GitHub Desktop.
(add-hook 'clojure-mode-hook
(lambda ()
(local-set-key "C-," 'midje-check-fact)
(local-set-key "C-k" 'midje-clear-comments)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment