This commit is contained in:
Zelong Kuang
2026-04-02 13:27:43 +11:00
parent 3e88318f79
commit a416bffb54
12 changed files with 104 additions and 56 deletions

View File

@@ -5,10 +5,9 @@
:straight t
:mode (("\\.ocamlinit\\'" . tuareg-mode))
:config
(setq tuareg-prettify-symbols-full t)
(add-hook 'tuareg-mode-hook (lambda () )))
(setq tuareg-prettify-symbols-full t))
(use-package dune)
;; (use-package dune)
(use-package opam-switch-mode
:hook (tuareg-mode . opam-switch-mode)