1
0
Fork 0

refactor(emacs): remove ocamlconfig.el and pdfconfig.el

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-03 18:57:42 -05:00
parent 515953242d
commit 54f5683b3b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
4 changed files with 33 additions and 46 deletions

View file

@ -52,7 +52,11 @@
'(llvm-mode :type git :host github
:repo "nverno/llvm-mode"))
(use-package clojure-mode :straight t)
(use-package tuareg :straight t)
(use-package tuareg :straight t
:custom
(utop-command "opam exec -- dune utop . -- -emacs")
:hook ((tuareg-mode . flycheck-ocaml-setup)
(tuareg-mode . merlin-mode)))
(use-package utop :straight t)
(use-package dune :straight t)
(use-package flycheck-ocaml :straight t)