julia: disable autocompletion of OhMyREPL

This commit is contained in:
qwjyh 2024-02-07 21:18:15 +09:00
parent f1ee0690cb
commit c50a3c0782

View file

@ -1,5 +1,6 @@
try
using OhMyREPL
enable_autocomplete_brackets(false)
catch e
@warn "Failed to load OhMyREPL"
end