fix(ocaml): add dune-project to ocaml projectile root files

This commit is contained in:
Pieter-Jan Vandenbussche 2023-10-02 15:57:41 +02:00 committed by Henrik Lissner
parent 844a82c4a0
commit 8eebab4f97

View file

@ -1,5 +1,8 @@
;;; lang/ocaml/config.el -*- lexical-binding: t; -*- ;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
(after! projectile
(pushnew! projectile-project-root-files "dune-project"))
;; ;;
;;; Packages ;;; Packages