diff options
| -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'."  | 
