Add ruby-guard package to vendor directory

This commit is contained in:
2018-10-01 09:31:26 +01:00
parent deabb56c69
commit ff0dff65db
3 changed files with 87 additions and 0 deletions

View File

@@ -145,6 +145,10 @@
(use-package ruby-compilation
:defer t)
(use-package ruby-guard
:ensure nil ;; loaded from vendor
:commands ruby-guard)
(use-package ruby-refactor
:defer t
:hook