diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2018-12-02 16:55:28 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2018-12-02 16:55:28 -0700 |
commit | bbb3faf55eaa2915492d721f8bbfd52fbef44461 (patch) | |
tree | c92ca7ec217b32fa7f44191c94e8c26caf5aa88b /.ocamlinit | |
parent | 1c12ba3e788c59a252745271bbe555fcab00374e (diff) | |
download | dotfiles-bbb3faf55eaa2915492d721f8bbfd52fbef44461.tar.gz |
more ocaml tweaks
decided would rather not have the completion stuff in vim
Diffstat (limited to '.ocamlinit')
-rw-r--r-- | .ocamlinit | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ #use "topfind";; -#require "base";; -#require "core";; +#require "core.top";; +#require "core.syntax";; -open Base;; open Core;; |