Skip to content

Omniref Ruby documentation search engine interface for Emacs

Notifications You must be signed in to change notification settings

ferfebles/omniref.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Omniref

Emacs interface for Ruby documentation search engine http://www.omniref.com/

Usage

When you want to look up a certain term in Ruby documentation, just run

M-x omniref

if you've selected a region of a buffer, a new page will open in your browser with the search term. Otherwise you'll be prompted for a term you wish to search for.

Key binding

If you find yourself using omniref a lot, maybe you'd like to bind it to something like:

(define-key ruby-mode-map (kbd "C-c o") 'omniref)

About

Omniref Ruby documentation search engine interface for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%