Home | History | Annotate | Download | only in emacs

Lines Matching defs:host

1 ;;; android-host.el --- Module to use host binaries from an Android dev tree.
24 ;; In your .emacs load this file (e.g (require 'android-host)) then
46 (defvar android-host-command-map (make-sparse-keymap))
48 (defun android-host-key-prefix-set (var val)
52 (define-key global-map (read-kbd-macro val) android-host-command-map)
55 (let ((map android-host-command-map))
62 (defcustom android-host-key-prefix "C-x a"
66 :set 'android-host-key-prefix-set)
121 (provide 'android-host)
122 ;;; android-host.el ends here