diff options
| -rw-r--r-- | emacs-init.org | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 326bc1c..3ecbe4a 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -378,6 +378,9 @@ To support different settings on different devices storing some device informati                  :wm exwm))          ("xcarb"           (:type mobile)) +        ("DESKTOP-PM1PPEC" +         (:type mobile) +         (:os win10))          ))  (defun fpi/device-info (device prop)    "Return property PROP of DEVICE as stored in `fpi/devices'."  | 
