google

Homepage: http://edward.oconnor.cx/elisp

Author: Edward O'Connor

Updated:

Summary

Emacs interface to the Google API

Commentary

You should always be able to find the latest version here:

          

A really bare-bones first hack at Google API support for Emacs.
Note that you need a Google license key to use this; you can
get one by following the instructions here:

     

Usage:

(require 'google)
(setq google-license-key "my license key" ; optional
      google-referer "my url")            ; required!
(google-search-video "rickroll")

Dependencies