branch: externals/bluetooth commit e002888ed73988000ffa02ca0d950a38e5e8f9d8 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
updates Readme.org --- Readme.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Readme.org b/Readme.org index cc0cafe..dcccf8b 100644 --- a/Readme.org +++ b/Readme.org @@ -9,17 +9,15 @@ - discovery mode - setting device properties (alias, blocked, trusted) - setting adapter properties (powered, discoverable, pairable) + - showing device information (alias, address, RSSI, class, services) - Imenu integration The implementation is based on the Bluez DBus interface (see [[https://www.bluez.org]]). ** Usage - - To use it, put ~bluetooth.el~ somewhere in your load path, include - #+begin_src emacs-lisp - (require 'bluetooth) - #+end_src - in ~init.el~ and call ~M-x list-bluetooth-devices~. No configuration is + + To use it, invoke ~M-x package-install-file~ on ~bluetooth.el~ + and then ~M-x list-bluetooth-devices~. No configuration is necessary or possible. Use ~M-x describe-mode~ (usually ~C-h m~) to get a list of key bindings.