diff options
author | fpi | 2022-02-20 17:51:10 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:39:47 +0100 |
commit | 91a384abe3d2c45336c633fdb0ae6342c566fbab (patch) | |
tree | 27c11d301f4979cbd47150c458c171ab2b731ca3 | |
parent | Add utf-8-unix encoding header to emacs-init (diff) |
Fix misplaced parentheses in device definition
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 4 |
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'." |