Update rubocopfmt in vendor dir

Once the melpa package pull request is merged, I can switch to loading
it like a regular package.
This commit is contained in:
2018-05-20 11:32:59 +01:00
parent 7d90da6bfe
commit 9959e65d8d
3 changed files with 7 additions and 3 deletions

View File

@@ -116,6 +116,7 @@
(rspec-install-snippets))
(use-package rubocopfmt
:ensure nil ;; loaded from vendor
:commands (rubocopfmt rubocopfmt-mode)
:bind (:map ruby-mode-map
("C-c C-f" . rubocopfmt))