From e836aed800b52d9600c6975735edd8493d971a84 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 12 Jul 2025 11:03:29 -0500 Subject: rename localrepo-update-repository to cj/update-localrepo-repository --- modules/local-repository.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/local-repository.el b/modules/local-repository.el index f99e20a1d..151323c3b 100644 --- a/modules/local-repository.el +++ b/modules/local-repository.el @@ -31,7 +31,7 @@ preferred, this must be a higher number than any other repositories.") It's a good idea to keep this with the rest of your configuration files and keep them in source control.") -(defun localrepo-update-repository () +(defun cj/update-localrepo-repository () "Update the local repository with currently installed packages." (interactive) (elpamr-create-mirror-for-installed localrepo-repository-location t)) -- cgit v1.2.3