From 96d4f000ca5ae195170f39b9be05a2069d2c6a18 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 20 Sep 2020 14:24:38 +0200 Subject: [PATCH] Add some autoload statements --- site-lisp/db-projects.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site-lisp/db-projects.el b/site-lisp/db-projects.el index 86e4958..0ae11fd 100644 --- a/site-lisp/db-projects.el +++ b/site-lisp/db-projects.el @@ -42,6 +42,7 @@ (cl-remove-if-not #'projects-project-exists-p (directory-files projects-main-project-directory))) +;;;###autoload (defun projects-add-project (short-name long-name) "Add new project with SHORT-NAME and LONG-NAME. The project directory will be located under @@ -73,6 +74,7 @@ with some standard information like title and creation date." (when (require 'projectile nil 'no-error) (projectile-add-known-project project-directory)))) +;;;###autoload (defun projects-archive-project (short-name) "Archive existing project identified by SHORT-NAME. This amounts to moving the project directory SHORT-NAME under