From 8ba16a52a51c80bdf8d88c3e37c206fcdefabf46 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Fri, 17 Jan 2014 16:03:01 -0500 Subject: [PATCH] Add `howdoi` Adding HowDoI helpers. howdoi is a python wrapper for doing searches on Stackoverflow, So this is a emacs around it, so you can use that inside emacs. [ref arthurnn/howdoi-emacs#1] --- recipes/howdoi | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/howdoi diff --git a/recipes/howdoi b/recipes/howdoi new file mode 100644 index 00000000..faddf0d7 --- /dev/null +++ b/recipes/howdoi @@ -0,0 +1,2 @@ +(minitest :repo "arthurnn/howdoi-emacs" + :fetcher github)