branch: elpa/rubocop
commit a192b35eac00f59f2f099cc5f8e41cce3ccc02d4
Author: renan-ranelli <[email protected]>
Commit: renan-ranelli <[email protected]>
Fix autocorrect-project binding
---
rubocop.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rubocop.el b/rubocop.el
index 02e4050..5b4e4a7 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -151,7 +151,7 @@ Alternatively prompt user for directory."
(define-key prefix-map (kbd "p") 'rubocop-check-project)
(define-key prefix-map (kbd "d") 'rubocop-check-directory)
(define-key prefix-map (kbd "f") 'rubocop-check-current-file)
- (define-key prefix-map (kbd "P") 'rubocop-autocorrect-file)
+ (define-key prefix-map (kbd "P") 'rubocop-autocorrect-project)
(define-key prefix-map (kbd "D") 'rubocop-autocorrect-directory)
(define-key prefix-map (kbd "F") 'rubocop-autocorrect-current-file)