From a2ea0847bb39932338b73428f38863084cd2c96d Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 4 Jan 2021 16:11:50 +0100 Subject: Add another device configuration --- emacs-init.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs-init.org') 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'." -- cgit v1.2.3