summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-07-12 11:03:29 -0500
committerCraig Jennings <c@cjennings.net>2025-07-12 11:03:29 -0500
commite836aed800b52d9600c6975735edd8493d971a84 (patch)
treeba956292d52a2ece0dfa59736a2c27e4c20dbe70 /modules
parentc5d24bd505bb5ac07993d1d5f62178f4872a2cb0 (diff)
downloaddotemacs-e836aed800b52d9600c6975735edd8493d971a84.tar.gz
dotemacs-e836aed800b52d9600c6975735edd8493d971a84.zip
rename localrepo-update-repository to cj/update-localrepo-repository
Diffstat (limited to 'modules')
-rw-r--r--modules/local-repository.el2
1 files changed, 1 insertions, 1 deletions
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))