Skip to content

Commit

Permalink
fixup! Adding rubocop to ruby layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Luna committed Sep 11, 2015
1 parent 213f286 commit 65816fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions layers/!lang/ruby/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ a couple of useful keybindings:

| Key binding | Description |
|---------------+-------------------------------|
| ~SPC m r a f~ | check current file |
| ~SPC m r a d~ | check current directory |
| ~SPC m r a p~ | check current project |
| ~SPC m r a F~ | autocorrect current file |
| ~SPC m r a D~ | autocorrect current directory |
| ~SPC m r a P~ | autocorrect current project |
3 changes: 0 additions & 3 deletions layers/!lang/ruby/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@
:init (add-hook 'enh-ruby-mode-hook 'rubocop-mode)
:config
(progn
(evil-leader/set-key-for-mode 'enh-ruby-mode "mrap" 'rubocop-check-project)
(evil-leader/set-key-for-mode 'enh-ruby-mode "mrad" 'rubocop-check-directory)
(evil-leader/set-key-for-mode 'enh-ruby-mode "mraf" 'rubocop-check-current-file)
(evil-leader/set-key-for-mode 'enh-ruby-mode "mraD" 'rubocop-autocorrect-directory)
(evil-leader/set-key-for-mode 'enh-ruby-mode "mraP" 'rubocop-autocorrect-project)
(evil-leader/set-key-for-mode 'enh-ruby-mode "mraF" 'rubocop-autocorrect-current-file)
Expand Down

0 comments on commit 65816fc

Please sign in to comment.