diff --git a/oni-vc.el b/oni-vc.el index 5da0147..f2e7379 100644 --- a/oni-vc.el +++ b/oni-vc.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.0222.204847 +;; Version: 2022.0224.145953 ;; Package-Requires: (vc-p4) ;; This program is free software; you can redistribute it and/or modify @@ -44,7 +44,7 @@ (add-hook 'pre-command-hook 'oni-vc-pre-edit-function nil t))) ;;;###autoload -(add-hook 'find-file-hook 'oni-vc-find-file-hook) +(add-hook 'find-file-hook 'oni-vc-enable-auto-checkout-for-perforce) (provide 'oni-vc) ;;; oni-vc.el ends here