From 8eebab4f9762e93d44cfee6264e7dbaa9f2e9a03 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Vandenbussche Date: Mon, 2 Oct 2023 15:57:41 +0200 Subject: [PATCH] fix(ocaml): add dune-project to ocaml projectile root files --- modules/lang/ocaml/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/ocaml/config.el b/modules/lang/ocaml/config.el index 4ab8956ca..b678437b5 100644 --- a/modules/lang/ocaml/config.el +++ b/modules/lang/ocaml/config.el @@ -1,5 +1,8 @@ ;;; lang/ocaml/config.el -*- lexical-binding: t; -*- +(after! projectile + (pushnew! projectile-project-root-files "dune-project")) + ;; ;;; Packages