diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:15:14 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:15:51 +0000 |
commit | ef59a1485240e85c65e452f8507e3da45a76c18c (patch) | |
tree | be5926150c6eff1b4ee72ca7ea0d88f5afbd2bf9 /doom.d/modules/packages.org | |
parent | 5ee6c267a98ad873f15187a87247a93de873c5bd (diff) | |
download | dotfiles-ef59a1485240e85c65e452f8507e3da45a76c18c.tar.gz dotfiles-ef59a1485240e85c65e452f8507e3da45a76c18c.tar.bz2 dotfiles-ef59a1485240e85c65e452f8507e3da45a76c18c.zip |
+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.
Diffstat (limited to 'doom.d/modules/packages.org')
-rw-r--r-- | doom.d/modules/packages.org | 4 |
1 files changed, 4 insertions, 0 deletions
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 |