diff options
author | fpi | 2021-01-04 16:11:50 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:56 +0100 |
commit | a2ea0847bb39932338b73428f38863084cd2c96d (patch) | |
tree | c333f623c4583b9013b8e17e990b659c4037f1f8 | |
parent | Rename gnus group buffer (diff) |
Add another device configuration
-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'." |