refactor(emacs): remove ocamlconfig.el and pdfconfig.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
515953242d
commit
54f5683b3b
4 changed files with 33 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue