branch: elpa/rubocop commit fb9880437c4849a271be9fbdf63f6ecb1b5cd352 Author: fap <f...@gaia.gaia> Commit: fap <f...@gaia.gaia>
Load tramp dependency --- rubocop.el | 1 + 1 file changed, 1 insertion(+) diff --git a/rubocop.el b/rubocop.el index 02e4050..b9c6d7d 100644 --- a/rubocop.el +++ b/rubocop.el @@ -35,6 +35,7 @@ ;;; Code: (require 'dash) +(require 'tramp) (defgroup rubocop nil "An Emacs interface for RuboCop."