mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add ruby-guard package to vendor directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user