From ef59a1485240e85c65e452f8507e3da45a76c18c Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 2 Mar 2020 23:15:14 +0000 Subject: +basic ocaml support without the ocaml module The ocaml module doesn't really work properly as of right now, so I'm using my own version. --- doom.d/modules/packages.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doom.d/modules/packages.org') diff --git a/doom.d/modules/packages.org b/doom.d/modules/packages.org index 9ded568..ca8309e 100644 --- a/doom.d/modules/packages.org +++ b/doom.d/modules/packages.org @@ -52,3 +52,7 @@ Auto complete is essential to make the ultimate IDE experience™. Thus, company #+BEGIN_SRC elisp (package! company-arduino) #+END_SRC +** Ocaml +#+BEGIN_SRC elisp +(package! tuareg) +#+END_SRC -- cgit v1.2.3-13-gbd6f