-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
I wanted to try out tuareg for OCaml development, but I'm having a hard time getting the indentation to work properly. Here's the relevant excerpt from my init.el
:
;; Enable Tuareg (Emacs OCaml mode).
;; See https://github.com/ocaml/tuareg
(use-package tuareg
:defer t
:config
(use-package merlin
:hook (tuareg-mode . merlin-mode)))
As you can see from the video below, the indentation is completely haywire.