dotfiles-codeberg/dotfiles/startup_linux.jl

21 lines
331 B
Julia

try
using OhMyREPL
catch e
@warn "Failed to load OhMyREPL"
end
try
using Revise
catch e
@warn "Failed to load Revise"
end
# try
# using InteractiveCodeSearch
# InteractiveCodeSearch.CONFIG.interactive_matcher = `fzf`
# catch e
# @warn "Failed to load InteractiveCodeSearch"
# end
#=
TerminalPager
=#