Skip to content

Commit

Permalink
Touch up the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 15, 2024
1 parent 0b9c9e8 commit eb6b681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb6b681

Please sign in to comment.