julia: remove unused packages

This commit is contained in:
qwjyh 2024-01-09 16:10:59 +09:00
parent 18107e2a1b
commit 54cf9ba2d4

View file

@ -14,18 +14,8 @@ end
# catch e
# @warn "Failed to load InteractiveCodeSearch"
# end
try
using AbbreviatedStackTraces
catch e
@warn "Failed to load AbbreviatedStackTraces"
end
#=
TerminalPager
=#
# using JuliaSyntax
#
# if v"1.9" ≤ VERSION < v"1.10"
# JuliaSyntax.enable_in_core!()
# end