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
|
||||
using OhMyREPL
|
||||
enable_autocomplete_brackets(false)
|
||||
catch e
|
||||
@warn "Failed to load OhMyREPL"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue