From 91a384abe3d2c45336c633fdb0ae6342c566fbab Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 20 Feb 2022 17:51:10 +0100 Subject: Fix misplaced parentheses in device definition --- emacs-init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index b8a344a..a5a265a 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -383,8 +383,8 @@ To support different settings on different devices storing some device informati ("xcarb" (:type mobile)) ("DESKTOP-PM1PPEC" - (:type mobile) - (:os win10)) + (:type mobile + :os win10)) )) (defun fpi/device-info (device prop) "Return property PROP of DEVICE as stored in `fpi/devices'." -- cgit v1.2.3