julia: disable autocompletion of OhMyREPL
This commit is contained in:
parent
f1ee0690cb
commit
c50a3c0782
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
try
|
try
|
||||||
using OhMyREPL
|
using OhMyREPL
|
||||||
|
enable_autocomplete_brackets(false)
|
||||||
catch e
|
catch e
|
||||||
@warn "Failed to load OhMyREPL"
|
@warn "Failed to load OhMyREPL"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue