blob: 406b09920d78598fcd0f4bb6fd03c63978284cd0 (
plain)
1
2
3
4
5
|
%% Erlang init file for catlfish (in Emacs -*- erlang -*- mode)
%%io:format("Inititaing for catlfish~n").
code:add_pathz("https").
code:add_pathz("merkletree").
code:add_pathz("x509").
|