summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2022-02-20 17:51:10 +0100
committerfpi2022-03-17 14:39:47 +0100
commit91a384abe3d2c45336c633fdb0ae6342c566fbab (patch)
tree27c11d301f4979cbd47150c458c171ab2b731ca3 /emacs-init.org
parentAdd utf-8-unix encoding header to emacs-init (diff)
Fix misplaced parentheses in device definition
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
1 files 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'."