>From dfc1151ec51b9815f5a08916db0199d403834d61 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 20 May 2011 21:22:04 +0200 Subject: [PATCH 2/3] Explain in Commentary, how to activate this package. --- tramp-adb.el | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/tramp-adb.el b/tramp-adb.el index 56d2666..8362855 100644 --- a/tramp-adb.el +++ b/tramp-adb.el @@ -20,6 +20,17 @@ ;;; Commentary: +;; In order to activate this package, perform the following steps: +;; +;; - Add a symlink into the Tramp directory +;; ln -s /path/to/this/tramp-adb.el /path/to/tramp/lisp/tramp-adb.el +;; +;; - Regenerate tramp-loaddefs.el +;; cd /path/to/tramp; rm lisp/tramp-loaddefs.el; make +;; +;; - Add the following form into your .emacs +;; (setq tramp-adb-sdk-dir "/path/to/android/sdk") + ;;; Code: (require 'tramp-sh) -- 1.7.4.1