From 8ebca8b20756f30e90205929a27fe3213dbc497c Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 7 Mar 2025 17:30:59 +0100 Subject: [PATCH] ! --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index f2398f6..e7066d0 100644 --- a/config.org +++ b/config.org @@ -192,7 +192,7 @@ Copies to both kill ring and system clipboard ** Is Android #+begin_src emacs-lisp (defun kylekrein/is-android () - (eq system-type 'android)) + (string-equal system-type "android")) #+end_src ** Notifications *** Alert package