emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bluetooth 9d1369a 05/57: adds Readme.org and removes Re


From: Stefan Monnier
Subject: [elpa] externals/bluetooth 9d1369a 05/57: adds Readme.org and removes Readme.md
Date: Thu, 7 Nov 2019 23:28:48 -0500 (EST)

branch: externals/bluetooth
commit 9d1369a3b729f0f37e326f5de13cfa61ad8589c3
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    adds Readme.org and removes Readme.md
---
 README.md  |  3 ---
 Readme.org | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
deleted file mode 100644
index fa48946..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# emacs-bluetooth
-
-Manage Bluetooth devices using GNU Emacs
\ No newline at end of file
diff --git a/Readme.org b/Readme.org
new file mode 100644
index 0000000..9b090d6
--- /dev/null
+++ b/Readme.org
@@ -0,0 +1,24 @@
+* Emacs Bluetooth Mode
+
+  This package provides a simple Bluetooth mode that can be used to manage
+  Bluetooth devices on GNU/Linux using GNU Emacs.
+
+  Implemented features are:
+  - (un-)pairing devices
+  - (dis-)connecting
+  - discovery mode
+  - setting device properties (alias, blocked, trusted)
+  - setting adapter properties (powered, discoverable, pairable)
+
+  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 ~list-bluetooth-devices~.  No configuration is
+   necessary or possible.  Use ~describe-mode~ (usually "C-h m") to get a list
+   of key bindings.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]