Update package comment for db-projects.el

This commit is contained in:
Daniel - 2022-10-16 21:01:59 +02:00
parent 425792a2ee
commit 4b4f187869
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 5 deletions

View File

@ -1,14 +1,11 @@
;;; db-projects.el -- Simple Directory-Based Project Management -*- lexical-binding: t -*- ;;; db-projects.el -- Simple Directory-Based Project Management -*- lexical-binding: t -*-
;; TODO: this package is deprecated and should be replaced or at least built
;; upon either project.el or projectile.
;;; Commentary: ;;; Commentary:
;; A project is simply a directory under `projects-main-project-directory' ;; A project is simply a directory under `projects-main-project-directory'
;; containing either .git or .projectile. This little collection of functions ;; containing either .git or .projectile. This little collection of functions
;; helps to manage these project directories and also integration them ;; helps to manage these project directories and integrate them consistently
;; consistently with the projectile package. ;; with the projectile package.
;; To start, first customize `projects-main-project-directory' and ;; To start, first customize `projects-main-project-directory' and
;; `projects-archive-directory' as needed. Then use `projects-add-project' to ;; `projects-archive-directory' as needed. Then use `projects-add-project' to