branch: elpa/rubocop commit 2c884cd87fd90818f3fdae6f2040e64dead7b99b Merge: 2b782ec fb98804 Author: Bozhidar Batsov <bozhidar.bat...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Merge pull request #15 from fap-/load_tramp_dependency 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."