mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
feat: add project-vc config
I intend to keep `project-vc-extra-root-markers` much lighter than what `projectile-project-root-files` ended up being, so I won't be transferring all the root markers. Ref: doomemacs/core#1
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
;;; lang/gdscript/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! project
|
||||
(add-to-list 'project-vc-extra-root-markers "project.godot"))
|
||||
|
||||
;; DEPRECATED: Remove when projectile is replaced with project.el
|
||||
(after! projectile
|
||||
(add-to-list 'projectile-project-root-files "project.godot"))
|
||||
|
Reference in New Issue
Block a user