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
7 lines
97 B
EmacsLisp
7 lines
97 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; private/ocaml/packages.el
|
|
|
|
|
|
(package! tuareg)
|
|
(package! utop)
|