chunks.jl -> types.jl

pull/313/head
Shuhei Kadowaki 2020-05-09 21:03:00 +09:00
parent 66d32fabe8
commit 5f7cf529b9
2 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ push_postexecute_hook(f::Function) = push!(postexecute_hooks, f)
pop_postexecute_hook(f::Function) =
splice!(postexecute_hooks, findfirst(x -> x == f, postexecute_hooks))
include("chunks.jl")
include("types.jl")
include("config.jl")
include("WeaveMarkdown/markdown.jl")
include("display_methods.jl")