diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-26 13:52:22 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-26 13:52:22 +0000 |
commit | b6f7779397c53c768c3c6a4dd0d08bc61edd72b2 (patch) | |
tree | 0950e66b6c90d467d0163445b0381d0891af07e1 /doom.d/config/packages.org | |
parent | 60237c6ebcf7d49bc9d5087875b0cee7c39d76d5 (diff) | |
download | dotfiles-b6f7779397c53c768c3c6a4dd0d08bc61edd72b2.tar.gz dotfiles-b6f7779397c53c768c3c6a4dd0d08bc61edd72b2.tar.bz2 dotfiles-b6f7779397c53c768c3c6a4dd0d08bc61edd72b2.zip |
+custom ocaml module
This ocaml module has proper lsp support, and has the bindings I require
regularly. I use utop to REPL my code, with bindings to send parts of my
code to UTOP
Diffstat (limited to 'doom.d/config/packages.org')
-rw-r--r-- | doom.d/config/packages.org | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doom.d/config/packages.org b/doom.d/config/packages.org index ca8309e..9ded568 100644 --- a/doom.d/config/packages.org +++ b/doom.d/config/packages.org @@ -52,7 +52,3 @@ 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 |