Skip to content

Instantly share code, notes, and snippets.

@tompng
Created February 16, 2022 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tompng/1f86c35e4b3b1056e1dea40f3d268e85 to your computer and use it in GitHub Desktop.
Save tompng/1f86c35e4b3b1056e1dea40f3d268e85 to your computer and use it in GitHub Desktop.
# .irbrc
Reline.core.add_dialog_proc(
:autocomplete,
->{
instance_exec(&Reline::DEFAULT_DIALOG_PROC_AUTOCOMPLETE).tap {
_1&.bg_color = rand(40..47)
}
},
Reline::DEFAULT_DIALOG_CONTEXT
)
@trinaldi
Copy link

trinaldi commented Jan 9, 2023

Thanks. Auto complete is bonkers and this helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment