fix(emacs): change ocaml setup
This commit is contained in:
parent
cb29a3a9d8
commit
c7a937cb07
1 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,9 @@
|
|||
:custom
|
||||
(utop-command "opam exec -- dune utop . -- -emacs")
|
||||
(tuareg-match-clause-indent 0)
|
||||
:hook ((tuareg-mode . flycheck-ocaml-setup)))
|
||||
:hook
|
||||
((tuareg-mode . electric-pair-local-mode)
|
||||
(tuareg-mode . electric-indent-local-mode)))
|
||||
(use-package utop :straight t)
|
||||
(use-package dune :straight t)
|
||||
(use-package elixir-mode :straight t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue