From efede04f76712eb2a47d86257cecbac920dcb4c3 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 7 Mar 2025 17:37:37 +0100 Subject: [PATCH] Fix --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index e7066d0..840988d 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 () - (string-equal system-type "android")) + (string-equal system-type "android")) #+end_src ** Notifications *** Alert package @@ -1075,7 +1075,7 @@ Actually works, but is too basic Internal emacs tool and [[https://github.com/jwiegley/alert][alert]]. Settings for alert are at the beginning of this file. This solution was found [[https://igormelo.org/you_dont_need_org_alert.html][here]]. #+begin_src emacs-lisp - (when (string-equal kylekrein/is-android) + (when (kylekrein/is-android) (use-package emacs :config ;; start warning 60 minutes before the appointment