[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.
- [elpa] branch externals/bluetooth created (now 55304bb), Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 6cdc794 01/57: Initial commit, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth f16a702 07/57: fixes undefined function problem (first/second/third -> car etc.), Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 2fbe9e4 04/57: adds URL, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 9d1369a 05/57: adds Readme.org and removes Readme.md,
Stefan Monnier <=
- [elpa] externals/bluetooth 5db9e29 08/57: adds bluetooth--release, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth a883d60 10/57: fixes spurious error on clean-up, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth e6ca72d 06/57: corrects docstrings and Readme.org, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth dd28c81 11/57: turns defvar into defconst where possible, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 00497ca 03/57: adds bluetooth.el and .gitignore, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 0cac7d9 09/57: makes status display in mode line buffer-local, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 58dd9f9 12/57: adds 'Maintainer' header and cleans up 'Package-Requires', Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 2560749 15/57: adds Imenu integration, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth cc33d79 14/57: corrects project name in LICENSE, Stefan Monnier, 2019/11/07
- [elpa] externals/bluetooth 3743458 17/57: corrects list redisplay when mode is restarted, Stefan Monnier, 2019/11/07