Emacs: Xah Lookup Web (xah-lookup.el) 📦
Emacs package
xah-lookup.el
provides emacs commands for looking up web or programing docs.
It provides the following commands.
xah-lookup-word-on-internetxah-lookup-webxah-lookup-googlexah-lookup-yandexxah-lookup-baiduxah-lookup-twitterxah-lookup-street-mapxah-lookup-imagexah-lookup-youtubexah-lookup-wikipediaxah-lookup-internet-archivexah-lookup-word-definitionxah-lookup-synonymsxah-lookup-word-dict-orgxah-lookup-wiktionaryxah-lookup-etymologyxah-lookup-chinese-char
They switch to browser to show results, for the word under cursor or text selection in emacs. You can also set it up to use Emacs Eww Web Browser .
Get it by Donation
Goto paypal.com, send $32 to Xah@XahLee.org (be sure to include your correct email address. I need that to send it to you.)
Write in message area: xah-lookup.el
Manual Install
To install manually, place this file xah-lookup.el in the directory ~/.emacs.d/lisp/
Then, place the following code in your emacs init file
(add-to-list 'load-path "~/.emacs.d/lisp/") (require 'xah-lookup)