mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
require 'irb/completion'
|
|
IRB.conf[:USE_AUTOCOMPLETE] = false
|
|
IRB.conf[:USE_MULTILINE] = false if ENV['INSIDE_EMACS']
|
|
IRB.conf[:USE_READLINE] = false if ENV['INSIDE_EMACS']
|