diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-26 23:06:31 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-26 23:06:31 -0500 |
| commit | cd64af4642fd54a4d7b7be93bfb317fc64f623a6 (patch) | |
| tree | 3c8a0e3814d987137ab8a987382f1237d0c97324 /modules/reconcile-open-repos.el | |
| parent | df21760636366305a4e2170516479ae7792dab3b (diff) | |
chore: Remove redundant autoload directives from modules
Remove unnecessary autoload directives from various functions across
multiple modules, cleaning up the codebase and improving
readability. These directives were redundant and not needed for the
current project setup.
Diffstat (limited to 'modules/reconcile-open-repos.el')
| -rw-r--r-- | modules/reconcile-open-repos.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/reconcile-open-repos.el b/modules/reconcile-open-repos.el index 648de222..2e48e45d 100644 --- a/modules/reconcile-open-repos.el +++ b/modules/reconcile-open-repos.el @@ -73,7 +73,6 @@ Magit for review." ;; ---------------------------- Check For Open Work ---------------------------- -;;;###autoload (defun cj/check-for-open-work () "Check all project directories for open work." (interactive) |
