From ee79ba2a593e45ff942554440bb8859ee3228a4b Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 17 Jan 2017 14:01:58 +0700 Subject: Remove reference to Shon Feder's homedir. ;) Also, this will work for bare ocaml REPL too, specifically for utop you don't need to load topfind since it does that by default. --- .ocamlinit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ocamlinit b/.ocamlinit index 96a55ea..648872a 100644 --- a/.ocamlinit +++ b/.ocamlinit @@ -1,4 +1,4 @@ -(* Vyconf development utop environment +(* Vyconf development environment for OCaml toplevel * * NOTE: To keep this functioning as expected, we will need to register new * package dependencies here as they are added to the project. @@ -16,7 +16,6 @@ let () = #require "lwt";; #require "lwt.unix";; #require "lwt.ppx";; -#require "ppx_deriving.runtime";; #require "ppx_deriving.show";; #require "ppx_deriving_yojson";; #require "fileutils";; @@ -24,7 +23,6 @@ let () = #require "toml";; #require "xml-light";; -#directory "/Users/sf/Programming/VyConf/vyconf/_build";; #cd "_build/src";; print_string "VyConf .ocamlinit has been successfully loaded\n";; -- cgit v1.2.3