You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
250 B
Julia

try
using OhMyREPL
enable_autocomplete_brackets(false)
catch e
@warn "Error initalizing OhMyREPL" exception=(e, catch_backtrace())
end
try
using Revise
catch e
@warn "Error initalizing Revise" exception=(e, catch_backtrace())
end