An open API service indexing awesome lists of open source software.

https://github.com/pd/inf-ruby-bond

bond completion support for emacs' inf-ruby
https://github.com/pd/inf-ruby-bond

Last synced: about 1 year ago
JSON representation

bond completion support for emacs' inf-ruby

Awesome Lists containing this project

README

          

# inf-ruby-bond

This library has been deprecated. Modern [inf-ruby](https://github.com/nonsequitur/inf-ruby) supports it [natively](https://github.com/nonsequitur/inf-ruby/commit/c749e54eee65c59c5221b2d77bd5f6f83364269a).

Yay!

## Original README

```
;; inf-ruby-bond.el -- Support for Bond completion in inf-ruby buffers

;; To install, place inf-ruby-bond.el in your load-path and require
;; the library:
;;
;; (require 'inf-ruby-bond)
;;
;; Your irbrc is responsible for loading and initializing Bond.
;;
;; This will replace inf-ruby's default TAB keybinding with one that
;; uses Bond's completion mechanisms.

;; See also:
;; Bond: http://github.com/cldwalker/bond