From eb6b6813a16befe9f06144428b6db2dae15b2f04 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 15 Jan 2024 11:37:09 +0200 Subject: [PATCH] Touch up the previous commit --- CHANGELOG.md | 2 ++ projectile.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132ef6420..fc2f98433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +### New features + * [#1870](https://github.com/bbatsov/projectile/pull/1870): Add package command for CMake projects. * [#1875](https://github.com/bbatsov/projectile/pull/1875): Add support for Sapling VCS. diff --git a/projectile.el b/projectile.el index 705740524..6bbe6edc5 100644 --- a/projectile.el +++ b/projectile.el @@ -728,7 +728,8 @@ Set to nil to disable listing submodules contents." (defcustom projectile-sapling-command "sl locate -0 -I ." "Command used by projectile to get the files in a Sapling project." :group 'projectile - :type 'string) + :type 'string + :package-version '(projectile . "2.9.0")) (defcustom projectile-fossil-command (concat "fossil ls | " (when (string-equal system-type