diff options
Diffstat (limited to 'modules/reconcile-open-repos.el')
| -rw-r--r-- | modules/reconcile-open-repos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/reconcile-open-repos.el b/modules/reconcile-open-repos.el index 4bd0be7c..22250a55 100644 --- a/modules/reconcile-open-repos.el +++ b/modules/reconcile-open-repos.el @@ -93,7 +93,7 @@ Magit for review." ;; communicate when finished. (message "Complete. All repositories checked and updated")) -;;;###autoload (keymap-global-set "M-P" #'cj/check-for-open-work) +(keymap-global-set "M-P" #'cj/check-for-open-work) (provide 'reconcile-open-repos) ;;; reconcile-open-repos.el ends here. |
