From 993cae429d84034522216f6dcd47ae25581f1539 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 11 Aug 2022 23:31:14 +0200 Subject: [PATCH] [StumpWM] Fix issue with selecting bluetooth device --- org/config/stumpwm.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 325fa5a..f4d686f 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -1772,7 +1772,7 @@ then attempt to connect to it. (choice (cdr (stumpwm:select-from-menu (stumpwm:current-screen) (mapcar (lambda (device) - `(,(bluetooth-device-full-name device) . ,device)) + `(,(bluetooth-device-full-name device) ,device)) devices))))) (bluetooth-connect-device choice))))) #+end_src