branch: elpa/rubocop commit 88bf6958eba0e783ef68951965816def8cd52349 Merge: 2c884cd a192b35 Author: Bozhidar Batsov <bozhidar.bat...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Merge pull request #16 from rranelli/fix-autocorrect-project-binding Fix autocorrect-project binding --- rubocop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop.el b/rubocop.el index b9c6d7d..207b494 100644 --- a/rubocop.el +++ b/rubocop.el @@ -152,7 +152,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)