diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-08-14 21:54:49 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-08-14 21:54:49 +0300 |
| commit | 01fb6a5ef023bcfc52b209586dcb4fd13db00218 (patch) | |
| tree | e75983a8ecfeb7b0b087059cf070f418384fec06 /projectile.el | |
| parent | fb78b7987073c403deac58f5e7fed199dccf569e (diff) | |
Touch up the previous commit
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el index 02f4b6c..f581fc6 100644 --- a/projectile.el +++ b/projectile.el @@ -2074,6 +2074,10 @@ project-root for every file." projectile-completion-system) ('default (completing-read prompt (lambda (string pred action) (cond + ;; this metadata is used by + ;; packages like marginalia and + ;; embark to enhance how they + ;; present candidates ((eq action 'metadata) '(metadata . ((category . file)))) (t |
