mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added lang/ocaml
This commit is contained in:
14
modules/lang/ocaml/config.el
Normal file
14
modules/lang/ocaml/config.el
Normal file
@ -0,0 +1,14 @@
|
||||
;;; lang/ocaml/config.el
|
||||
|
||||
(def-package! tuareg
|
||||
:mode (("\\.ml$" . tuareg-mode)
|
||||
("\\.mll$" . tuareg-mode)
|
||||
("\\.mly$" . tuareg-mode))
|
||||
:config
|
||||
)
|
||||
|
||||
(def-package! merlin
|
||||
:after tuareg
|
||||
:config
|
||||
(add-hook! 'tuareg-mode-hook #'merlin-mode)
|
||||
)
|
Reference in New Issue
Block a user