Browse Source

Add top finder to ocamlinit

master
Taylor Bockman 8 years ago
parent
commit
7551f245cb
  1. 6
      dotfiles/ocamlinit

6
dotfiles/ocamlinit

@ -1,3 +1,9 @@
(* Added by OPAM. *)
let () =
try Topdirs.dir_directory (Sys.getenv "OCAML_TOPLEVEL_PATH")
with Not_found -> ()
;;
#use "topfind";; #use "topfind";;
#thread;; #thread;;
#camlp4o;; #camlp4o;;

Loading…
Cancel
Save