Insert terminology from Google top search results
Screenshot:
This program requires two emacs packages from melpa,
Place fastdef.el on your load-path
, and add this to your configuration:
(autoload 'fastdef-insert "fastdef" nil t)
(autoload 'fastdef-insert-from-history "fastdef" nil t)
You also need install w3m which is “text-based web browser as well as a pager like `more’ or `less’”
M-x fastdef-insert
to insert terminology from Google.
M-x fastdef-insert-from-history
to re-use previous results.
fastdef-text-template
decides the format of inserted content.
Change fastdef-search-engine
and fastdef-regexp-extract-url
to switch search engine.
Report bug at https://github.com/redguardtoo/fastdef.